Module physical_plan

Module physical_plan 

Source

Structs§

IcebergTableScan
Manages the scanning process of an Iceberg Table, encapsulating the necessary details and computed properties required for execution planning.

Functions§

convert_filters_to_predicate
Converts DataFusion filters ([Expr]) to an iceberg Predicate. If none of the filters could be converted, return None which adds no predicates to the scan operation. If the conversion was successful, return the converted predicates combined with an AND operator.
project_with_partition
Extends an ExecutionPlan with partition value calculations for Iceberg tables.