Module reader

Module reader 

Source

Structsยง

ParquetMetaDataReader
Reads ParquetMetaData from a byte stream, with either synchronous or asynchronous I/O.

Enumsยง

NeedsIndexData ๐Ÿ”’
The bounds needed to read page indexes
PageIndexPolicy
Describes the policy for reading page indexes

Functionsยง

needs_index_data ๐Ÿ”’
Determines a single combined range of bytes needed to read the page indexes, or returns the metadata if no additional data is needed (e.g. if no page indexes are requested)
parse_index_data ๐Ÿ”’
Given a push decoder that has had the needed ranges pushed to it, attempt to decode indexes and return the updated metadata.