public abstract class DrillScanRelBase extends org.apache.calcite.rel.core.TableScan implements DrillRelNode
| Modifier and Type | Field and Description |
|---|---|
protected DrillTable |
drillTable |
protected GroupScan |
groupScan |
| Constructor and Description |
|---|
DrillScanRelBase(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.plan.RelTraitSet traits,
GroupScan grpScan,
org.apache.calcite.plan.RelOptTable table) |
DrillScanRelBase(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.plan.RelTraitSet traits,
org.apache.calcite.plan.RelOptTable table,
List<SchemaPath> columns) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.plan.RelOptCost |
computeSelfCost(org.apache.calcite.plan.RelOptPlanner planner,
org.apache.calcite.rel.metadata.RelMetadataQuery mq) |
abstract DrillScanRelBase |
copy(org.apache.calcite.plan.RelTraitSet traitSet,
GroupScan scan) |
double |
estimateRowCount(org.apache.calcite.rel.metadata.RelMetadataQuery mq) |
DrillTable |
getDrillTable() |
GroupScan |
getGroupScan() |
accept, deriveRowType, explainTerms, getCollationList, getTable, identity, identity, projectaccept, childrenAccept, collectVariablesSet, collectVariablesUsed, computeDigest, computeSelfCost, copy, 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, copy, explain, getChildExps, getCollationList, getConvention, getCorrelVariable, getExpectedInputRowType, getInput, getInputs, getQuery, getRelTypeName, getRows, getRowType, getTable, getVariablesSet, getVariablesStopped, isDistinct, isKey, isValid, isValid, metadata, onRegister, recomputeDigest, register, replaceInputprotected final GroupScan groupScan
protected final DrillTable drillTable
public DrillScanRelBase(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.plan.RelTraitSet traits,
org.apache.calcite.plan.RelOptTable table,
List<SchemaPath> columns)
public DrillScanRelBase(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.plan.RelTraitSet traits,
GroupScan grpScan,
org.apache.calcite.plan.RelOptTable table)
public DrillTable getDrillTable()
public GroupScan getGroupScan()
public double estimateRowCount(org.apache.calcite.rel.metadata.RelMetadataQuery mq)
estimateRowCount in interface org.apache.calcite.rel.RelNodeestimateRowCount in class org.apache.calcite.rel.core.TableScanpublic org.apache.calcite.plan.RelOptCost computeSelfCost(org.apache.calcite.plan.RelOptPlanner planner,
org.apache.calcite.rel.metadata.RelMetadataQuery mq)
computeSelfCost in interface org.apache.calcite.rel.RelNodecomputeSelfCost in class org.apache.calcite.rel.core.TableScanpublic abstract DrillScanRelBase copy(org.apache.calcite.plan.RelTraitSet traitSet, GroupScan scan)
Copyright © 2021 The Apache Software Foundation. All rights reserved.