Module reader
parquet
56.2.0
Module reader
Module Items
Structs
Enums
Functions
In parquet::
file::
metadata
parquet
::
file
::
metadata
Module
reader
Copy item path
Source
Structs
ยง
Parquet
Meta
Data
Reader
Reads
ParquetMetaData
from a byte stream, with either synchronous or asynchronous I/O.
Enums
ยง
Needs
Index
Data
๐
The bounds needed to read page indexes
Page
Index
Policy
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.