Uses of Class
org.apache.calcite.rel.logical.LogicalTableScan
-
Packages that use LogicalTableScan Package Description org.apache.calcite.rel.logical -
-
Uses of LogicalTableScan in org.apache.calcite.rel.logical
Methods in org.apache.calcite.rel.logical that return LogicalTableScan Modifier and Type Method Description static LogicalTableScan
LogicalTableScan. create(org.apache.calcite.plan.RelOptCluster cluster, org.apache.calcite.plan.RelOptTable relOptTable, List<org.apache.calcite.rel.hint.RelHint> hints)
Creates a LogicalTableScan.
-