Expand description
Ports private structs from parquet crate.
Structsยง
- Column
Chunk ๐Iterator - Implements [
PageIterator
] for a single column chunk, yielding a single [PageReader
] - InMemory
RowGroup - An in-memory collection of column chunks
- RowGroup
Base ๐
Enumsยง
- Column
Chunk ๐Data - An in-memory column chunk
Functionsยง
- align_
to_ ๐pooled_ buf_ size - Aligns the given size to the multiple of the pooled buffer size.
- compute_
total_ ๐range_ size - Computes the max possible buffer size to read the given
ranges
.