Interface BindableRel

All Superinterfaces:
ArrayBindable, Bindable<@Nullable Object[]>, Cloneable, InterpretableRel, RelNode, RelOptNode, Typed
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

public interface BindableRel extends RelNode, ArrayBindable, InterpretableRel
Relational expression that can implement itself in Bindable convention.
See Also: