Module row_group

Source
Expand description

Ports private structs from parquet crate.

Structsยง

ColumnChunkIterator ๐Ÿ”’
Implements [PageIterator] for a single column chunk, yielding a single [PageReader]
InMemoryRowGroup
An in-memory collection of column chunks
RowGroupBase ๐Ÿ”’

Enumsยง

ColumnChunkData ๐Ÿ”’
An in-memory column chunk

Functionsยง

cache_uncompressed_pages ๐Ÿ”’
Returns whether we cache uncompressed pages for the column.