public class DirPrunedEnumerableTableScan
extends org.apache.calcite.adapter.enumerable.EnumerableTableScan
| Constructor and Description |
|---|
DirPrunedEnumerableTableScan(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.plan.RelTraitSet traitSet,
org.apache.calcite.plan.RelOptTable table,
Class elementType,
String digestFromSelection) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.rel.RelNode |
copy(org.apache.calcite.plan.RelTraitSet traitSet,
List<org.apache.calcite.rel.RelNode> inputs) |
static org.apache.calcite.adapter.enumerable.EnumerableTableScan |
create(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.plan.RelOptTable relOptTable,
String digestFromSelection)
Creates an DirPrunedEnumerableTableScan.
|
org.apache.calcite.rel.RelWriter |
explainTerms(org.apache.calcite.rel.RelWriter pw) |
canHandle, create, deduceElementType, deduceFormat, implementaccept, computeSelfCost, deriveRowType, estimateRowCount, getCollationList, getTable, identity, identity, projectaccept, childrenAccept, collectVariablesSet, collectVariablesUsed, computeDigest, computeSelfCost, equals, explain, getChildExps, getCluster, getConvention, getCorrelVariable, getDescription, getDigest, getExpectedInputRowType, getId, getInput, getInputs, getQuery, getRelTypeName, getRows, getRowType, getTraitSet, getVariablesSet, getVariablesStopped, hashCode, isDistinct, isKey, isValid, isValid, metadata, onRegister, recomputeDigest, register, replaceInput, sole, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaccept, accept, childrenAccept, collectVariablesSet, collectVariablesUsed, computeSelfCost, computeSelfCost, estimateRowCount, explain, getChildExps, getCollationList, getConvention, getCorrelVariable, getExpectedInputRowType, getInput, getInputs, getQuery, getRelTypeName, getRows, getRowType, getTable, getVariablesSet, getVariablesStopped, isDistinct, isKey, isValid, isValid, metadata, onRegister, recomputeDigest, register, replaceInputpublic org.apache.calcite.rel.RelNode copy(org.apache.calcite.plan.RelTraitSet traitSet,
List<org.apache.calcite.rel.RelNode> inputs)
copy in interface org.apache.calcite.rel.RelNodecopy in class org.apache.calcite.adapter.enumerable.EnumerableTableScanpublic static org.apache.calcite.adapter.enumerable.EnumerableTableScan create(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.plan.RelOptTable relOptTable,
String digestFromSelection)
public org.apache.calcite.rel.RelWriter explainTerms(org.apache.calcite.rel.RelWriter pw)
explainTerms in class org.apache.calcite.rel.core.TableScanCopyright © 2021 The Apache Software Foundation. All rights reserved.