Structsยง
- Batch
Plan Fragmenter BatchPlanFragmentersplits a query plan into fragments.- Execution
Plan Node - Generated by
BatchPlanFragmenterand 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 - StageId
- 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.