Module reader

Module reader 

Source

Structs§

BufferDescriptor
CachedFileMetadata
ColumnStatistics
Summary information describing a column
FileReader
FileReaderOptions
File Reader Options that can control reading behaviors, such as whether to enable caching on repetition indices
FileStatistics
Statistics summarize some of the file metadata for quick summary info
ReaderProjection
Selecting columns from a lance file requires specifying both the index of the column and the data type of the column

Constants§

DEFAULT_READ_CHUNK_SIZE
Default chunk size for reading large pages (8MiB) Pages larger than this will be split into multiple chunks during read

Traits§

EncodedBatchReaderExt

Functions§

describe_encoding
Inspects a page and returns a String describing the page’s encoding