Interface InterpretableRel

All Superinterfaces:
Cloneable, RelNode, RelOptNode
All Known Subinterfaces:
BindableRel
All Known Implementing Classes:
Bindables.BindableAggregate, Bindables.BindableFilter, Bindables.BindableIntersect, Bindables.BindableJoin, Bindables.BindableMatch, Bindables.BindableMinus, Bindables.BindableProject, Bindables.BindableSort, Bindables.BindableTableScan, Bindables.BindableUnion, Bindables.BindableValues, Bindables.BindableWindow, DruidQuery, EnumerableBindable, EnumerableInterpretable

public interface InterpretableRel extends RelNode
Relational expression that can implement itself using an interpreter.