Structsยง
- Column
Chunk ๐Iterator - Implements
PageIteratorfor a single column chunk, yielding a singlePageReader - Fetch
Ranges ๐ - What ranges to fetch for the columns in this row group
- InMemory
RowGroup ๐ - An in-memory collection of column chunks
Enumsยง
- Column
Chunk ๐Data - An in-memory column chunk. This allows us to hold either dense column chunks or sparse column chunks and easily access them by offset.