Expand description
Internal metadata parsing routines
These functions parse thrift-encoded metadata from a byte slice into the corresponding Rust structures
Modulesยง
- inner ๐
Functionsยง
- decode_
metadata ๐ - Decodes
ParquetMetaData
from the provided bytes. - decode_
metadata_ ๐with_ encryption - Decodes
ParquetMetaData
from the provided bytes, handling metadata that may be encrypted. - get_
file_ ๐decryptor - parse_
column_ ๐index - Parses column index from the provided bytes and adds it to the metadata.
- parse_
column_ ๐orders - Parses column orders from Thrift definition.
If no column orders are defined, returns
None
. - parse_
offset_ ๐index - parse_
single_ ๐column_ index - parse_
single_ ๐offset_ index