Structs§
- Batch
Plan Fragmenter BatchPlanFragmenter
splits a query plan into fragments.- Execution
Plan Node - Generated by
BatchPlanFragmenter
and used in query execution graph. - File
Scan Info - Iceberg
Specific Info - Query
- The fragmented query generated by
BatchPlanFragmenter
. - QueryId
- Query
Stage - Fragment part of
Query
. - Query
Stage 🔒Builder - Source
Fetch Info - Stage
Graph - Maintains how each stage are connected.
- Stage
Graph 🔒Builder - Table
Partition Info - Table
Scan Info
Enums§
Constants§
Functions§
- derive_
partitions 🔒 - Try to derive the partition to read from the scan range. It can be derived if the value of the distribution key is already known.