- All Superinterfaces:
- FragmentLeaf, GraphValue<PhysicalOperator>, Iterable<PhysicalOperator>, PhysicalOperator
- All Known Subinterfaces:
- FileGroupScan, GroupScan, Scan, SubScan
- All Known Implementing Classes:
- AbstractFileGroupScan, AbstractGroupScan, AbstractSubScan, DirectGroupScan, DirectSubScan, EasyGroupScan, EasySubScan, InfoSchemaGroupScan, InfoSchemaSubScan, MetadataDirectGroupScan, MockGroupScanPOP, MockSubScanPOP, ParquetGroupScan, ParquetRowGroupScan, SystemTableScan, Values
public interface Leaf
extends FragmentLeaf
An operator which specifically is a lowest level leaf node of a query plan across all possible fragments. Currently, the only operator that is a Leaf
node are GroupScan nodes. Ultimately this could include use of Cache scans and other types of atypical data production systems.