Xbase.Types.CdxFile (Xbase v0.1.0)

View Source

CDX file structure containing header information and file handle.

Represents an opened CDX index file with parsed header and file descriptor for reading B-tree nodes and performing index operations.

Summary

Types

t()

@type t() :: %Xbase.Types.CdxFile{
  file: :file.io_device(),
  file_path: String.t(),
  header: Xbase.Types.CdxHeader.t(),
  page_cache: :ets.tid() | nil
}