public class HiveJdbcConverter extends org.apache.calcite.rel.convert.ConverterImpl implements HiveRelNode
HiveRelNode.ImplementorCONVENTION| Constructor and Description |
|---|
HiveJdbcConverter(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.plan.RelTraitSet traits,
org.apache.calcite.adapter.jdbc.JdbcRel input,
org.apache.calcite.adapter.jdbc.JdbcConvention jc) |
| 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) |
String |
generateSql() |
org.apache.calcite.adapter.jdbc.JdbcConvention |
getJdbcConvention() |
org.apache.calcite.sql.SqlDialect |
getJdbcDialect() |
JdbcHiveTableScan |
getTableScan() |
void |
implement(HiveRelNode.Implementor implementor) |
cannotImplement, computeSelfCost, getInputTraits, getTraitDefchildrenAccept, deriveRowType, estimateRowCount, explainTerms, getInput, getInputs, replaceInputaccept, accept, collectVariablesSet, collectVariablesUsed, computeDigest, computeSelfCost, explain, getChildExps, getCluster, getCollationList, getConvention, getCorrelVariable, getDescription, getDigest, getExpectedInputRowType, getId, getInput, getQuery, getRelTypeName, getRows, getRowType, getTable, getTraitSet, getVariablesSet, getVariablesStopped, isDistinct, isKey, isValid, isValid, metadata, onRegister, recomputeDigest, register, sole, toStringclone, equals, finalize, getClass, hashCode, 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 HiveJdbcConverter(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.plan.RelTraitSet traits,
org.apache.calcite.adapter.jdbc.JdbcRel input,
org.apache.calcite.adapter.jdbc.JdbcConvention jc)
public org.apache.calcite.adapter.jdbc.JdbcConvention getJdbcConvention()
public org.apache.calcite.sql.SqlDialect getJdbcDialect()
public void implement(HiveRelNode.Implementor implementor)
implement in interface HiveRelNodepublic 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.rel.AbstractRelNodepublic String generateSql()
public JdbcHiveTableScan getTableScan()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.