Class Bindables.BindableTableScan

java.lang.Object
org.apache.calcite.rel.AbstractRelNode
org.apache.calcite.rel.core.TableScan
org.apache.calcite.interpreter.Bindables.BindableTableScan
All Implemented Interfaces:
Cloneable, BindableRel, InterpretableRel, RelOptNode, Hintable, RelNode, ArrayBindable, Bindable<@Nullable Object[]>, Typed
Enclosing class:
Bindables

public static class Bindables.BindableTableScan extends TableScan implements BindableRel
Scan of a table that implements ScannableTable and therefore can be converted into an Enumerable.