public class JdbcToEnumerableConverter extends ConverterImpl implements EnumerableRel
EnumerableRel.Prefer, EnumerableRel.ResultRelNode.ContextinTraits, traitDefdigest, id, rowType, traitSetFILTER_FACTORY, PROJECT_FACTORY| Modifier | Constructor and Description |
|---|---|
protected |
JdbcToEnumerableConverter(RelOptCluster cluster,
RelTraitSet traits,
RelNode input) |
| Modifier and Type | Method and Description |
|---|---|
RelOptCost |
computeSelfCost(RelOptPlanner planner,
RelMetadataQuery mq)
Returns the cost of this plan (not including children).
|
RelNode |
copy(RelTraitSet traitSet,
List<RelNode> inputs)
Creates a copy of this relational expression, perhaps changing traits and
inputs.
|
private void |
generateGet(EnumerableRelImplementor implementor,
PhysType physType,
BlockBuilder builder,
ParameterExpression resultSet_,
int i,
Expression target,
Expression calendar_,
SqlDialect.CalendarPolicy calendarPolicy) |
private String |
generateSql(SqlDialect dialect) |
private Method |
getMethod(SqlTypeName sqlTypeName,
boolean nullable,
boolean offset) |
private Method |
getMethod2(SqlTypeName sqlTypeName) |
private UnaryExpression |
getTimeZoneExpression(EnumerableRelImplementor implementor) |
EnumerableRel.Result |
implement(EnumerableRelImplementor implementor,
EnumerableRel.Prefer pref)
Creates a plan for this expression according to a calling convention.
|
private String |
jdbcGetMethod(Primitive primitive)
E,g,
jdbcGetMethod(int) returns "getInt". |
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 JdbcToEnumerableConverter(RelOptCluster cluster, RelTraitSet traits, RelNode input)
public RelNode copy(RelTraitSet traitSet, List<RelNode> inputs)
RelNodeSub-classes with other important attributes are encouraged to create variants of this method with more parameters.
copy in interface RelNodecopy in class AbstractRelNodetraitSet - Trait setinputs - Inputspublic RelOptCost computeSelfCost(RelOptPlanner planner, RelMetadataQuery mq)
RelNodeNOTE jvs 29-Mar-2006: Don't call this method directly. Instead, use
RelMetadataQuery.getNonCumulativeCost(org.apache.calcite.rel.RelNode), which gives plugins a
chance to override the rel's default ideas about cost.
computeSelfCost in interface RelNodecomputeSelfCost in class ConverterImplplanner - Planner for cost calculationmq - Metadata querypublic EnumerableRel.Result implement(EnumerableRelImplementor implementor, EnumerableRel.Prefer pref)
EnumerableRelimplement in interface EnumerableRelimplementor - Implementorpref - Preferred representation for rows in result expressionprivate UnaryExpression getTimeZoneExpression(EnumerableRelImplementor implementor)
private void generateGet(EnumerableRelImplementor implementor, PhysType physType, BlockBuilder builder, ParameterExpression resultSet_, int i, Expression target, Expression calendar_, SqlDialect.CalendarPolicy calendarPolicy)
private Method getMethod(SqlTypeName sqlTypeName, boolean nullable, boolean offset)
private Method getMethod2(SqlTypeName sqlTypeName)
private String jdbcGetMethod(Primitive primitive)
jdbcGetMethod(int) returns "getInt".private String generateSql(SqlDialect dialect)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.