Module opener

Module opener 

Source
Expand description

ParquetOpener for opening Parquet files

Structsยง

EarlyStoppingStream ๐Ÿ”’
Wraps an inner RecordBatchStream and a [FilePruner]
EncryptionContext ๐Ÿ”’
ParquetOpener ๐Ÿ”’
Implements FileOpener for a parquet file

Functionsยง

build_page_pruning_predicate ๐Ÿ”’
Build a page pruning predicate from an optional predicate expression. If the predicate is None or the predicate cannot be converted to a page pruning predicate, return None.
build_pruning_predicates ๐Ÿ”’
copy_arrow_reader_metrics ๐Ÿ”’
Copies metrics from ArrowReaderMetrics (the metrics collected by the arrow-rs parquet reader) to the parquet file metrics for DataFusion
create_initial_plan ๐Ÿ”’
Return the initial ParquetAccessPlan
load_page_index ๐Ÿ”’
Returns a ArrowReaderMetadata with the page index loaded, loading it from the underlying AsyncFileReader if necessary.
should_enable_page_index ๐Ÿ”’