public class EnumerableTableSpool extends TableSpool implements EnumerableRel
TableSpool in
enumerable calling convention
that writes into a ModifiableTable (which must exist in the current
schema).
NOTE: The current API is experimental and subject to change without notice.
Spool.TypeEnumerableRel.Prefer, EnumerableRel.ResultRelNode.Contexttabledigest, id, rowType, traitSet| Modifier and Type | Method and Description |
|---|---|
protected Spool |
copy(RelTraitSet traitSet,
RelNode input,
Spool.Type readType,
Spool.Type writeType) |
static EnumerableTableSpool |
create(RelNode input,
Spool.Type readType,
Spool.Type writeType,
RelOptTable table)
Creates an EnumerableTableSpool.
|
EnumerableRel.Result |
implement(EnumerableRelImplementor implementor,
EnumerableRel.Prefer pref)
Creates a plan for this expression according to a calling convention.
|
explainTerms, getTablechildrenAccept, deriveRowType, estimateRowCount, getInput, getInputs, replaceInputaccept, accept, collectVariablesSet, collectVariablesUsed, computeSelfCost, deepEquals, deepHashCode, equals, explain, getCluster, getConvention, getCorrelVariable, getDescription, getDigest, getExpectedInputRowType, getId, getInput, getRelDigest, getRelTypeName, getRowType, getTraitSet, getVariablesSet, hashCode, isEnforcer, isValid, metadata, onRegister, recomputeDigest, register, sole, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitderiveTraits, getDeriveMode, passThroughTraitsderive, derive, passThroughaccept, accept, childrenAccept, collectVariablesSet, collectVariablesUsed, computeSelfCost, copy, deepEquals, deepHashCode, estimateRowCount, explain, explain, fieldIsNullable, getConvention, getCorrelVariable, getDigest, getExpectedInputRowType, getInput, getInputs, getRelDigest, getRelTypeName, getRowType, getTable, getVariablesSet, isEnforcer, isValid, metadata, onRegister, recomputeDigest, register, replaceInputgetCluster, getDescription, getId, getTraitSetpublic static EnumerableTableSpool create(RelNode input, Spool.Type readType, Spool.Type writeType, RelOptTable table)
public EnumerableRel.Result implement(EnumerableRelImplementor implementor, EnumerableRel.Prefer pref)
EnumerableRelimplement in interface EnumerableRelimplementor - Implementorpref - Preferred representation for rows in result expressionprotected Spool copy(RelTraitSet traitSet, RelNode input, Spool.Type readType, Spool.Type writeType)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.