public class JdbcToSparkConverter extends ConverterImpl implements SparkRel
SparkRel.Implementor, SparkRel.ResultRelNode.ContextinTraits, traitDefdigest, id, rowType, traitSetCONVENTION| Modifier | Constructor and Description |
|---|---|
protected |
JdbcToSparkConverter(RelOptCluster cluster,
RelTraitSet traits,
RelNode input) |
| Modifier and Type | Method and Description |
|---|---|
RelOptCost |
computeSelfCost(RelOptPlanner planner,
RelMetadataQuery mq) |
RelNode |
copy(RelTraitSet traitSet,
List<RelNode> inputs) |
private String |
generateSql(SqlDialect dialect) |
SparkRel.Result |
implementSpark(SparkRel.Implementor implementor) |
cannotImplement, 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, estimateRowCount, explain, getChildExps, getCollationList, getConvention, getCorrelVariable, getExpectedInputRowType, getInput, getInputs, getQuery, getRelTypeName, getRows, getRowType, getTable, getVariablesSet, getVariablesStopped, isDistinct, isKey, isValid, isValid, metadata, onRegister, recomputeDigest, register, replaceInputgetCluster, getDescription, getDigest, getId, getTraitSetprotected JdbcToSparkConverter(RelOptCluster cluster, RelTraitSet traits, RelNode input)
public RelNode copy(RelTraitSet traitSet, List<RelNode> inputs)
copy in interface RelNodecopy in class AbstractRelNodepublic RelOptCost computeSelfCost(RelOptPlanner planner, RelMetadataQuery mq)
computeSelfCost in interface RelNodecomputeSelfCost in class ConverterImplpublic SparkRel.Result implementSpark(SparkRel.Implementor implementor)
implementSpark in interface SparkRelprivate String generateSql(SqlDialect dialect)
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.