public class ExternalTableScan
extends org.apache.calcite.rel.AbstractRelNode
ExternalTable,
which represents an ExternalDataSource.
This class is exercised in CalciteInsertDmlTest but is not currently
exposed to end users.| Constructor and Description |
|---|
ExternalTableScan(org.apache.calcite.plan.RelOptCluster cluster,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
ExternalTable druidTable) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.calcite.rel.type.RelDataType |
deriveRowType() |
org.apache.calcite.rel.RelWriter |
explainTerms(org.apache.calcite.rel.RelWriter pw) |
DruidTable |
getDruidTable() |
accept, accept, childrenAccept, collectVariablesSet, collectVariablesUsed, computeDigest, computeSelfCost, computeSelfCost, copy, equals, estimateRowCount, explain, getChildExps, getCluster, getCollationList, getConvention, getCorrelVariable, getDescription, getDigest, getExpectedInputRowType, getId, getInput, getInputs, getQuery, getRelTypeName, getRows, getRowType, getTable, getTraitSet, getVariablesSet, getVariablesStopped, hashCode, isDistinct, isKey, isValid, isValid, metadata, onRegister, recomputeDigest, register, replaceInput, sole, toStringpublic ExternalTableScan(org.apache.calcite.plan.RelOptCluster cluster,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
ExternalTable druidTable)
public DruidTable getDruidTable()
protected org.apache.calcite.rel.type.RelDataType deriveRowType()
deriveRowType in class org.apache.calcite.rel.AbstractRelNodepublic org.apache.calcite.rel.RelWriter explainTerms(org.apache.calcite.rel.RelWriter pw)
explainTerms in class org.apache.calcite.rel.AbstractRelNodeCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.