public class CassandraTableScan extends TableScan implements CassandraRel
CassandraRel.Implementor| Modifier and Type | Field and Description |
|---|---|
(package private) CassandraTable |
cassandraTable |
(package private) RelDataType |
projectRowType |
digest, id, rowType, traitSetCONVENTION| Modifier | Constructor and Description |
|---|---|
protected |
CassandraTableScan(RelOptCluster cluster,
RelTraitSet traitSet,
RelOptTable table,
CassandraTable cassandraTable,
RelDataType projectRowType)
Creates a CassandraTableScan.
|
| Modifier and Type | Method and Description |
|---|---|
RelNode |
copy(RelTraitSet traitSet,
List<RelNode> inputs) |
RelDataType |
deriveRowType() |
void |
implement(CassandraRel.Implementor implementor) |
void |
register(RelOptPlanner planner) |
accept, computeSelfCost, estimateRowCount, explainTerms, getCollationList, getTable, identity, identity, projectaccept, childrenAccept, collectVariablesSet, collectVariablesUsed, computeDigest, computeSelfCost, explain, getChildExps, getCluster, getConvention, getCorrelVariable, getDescription, getDigest, getExpectedInputRowType, getId, getInput, getInputs, getQuery, getRelTypeName, getRows, getRowType, getTraitSet, getVariablesSet, getVariablesStopped, isDistinct, isKey, isValid, isValid, metadata, onRegister, recomputeDigest, replaceInput, 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, replaceInputgetCluster, getDescription, getDigest, getId, getTraitSetfinal CassandraTable cassandraTable
final RelDataType projectRowType
protected CassandraTableScan(RelOptCluster cluster, RelTraitSet traitSet, RelOptTable table, CassandraTable cassandraTable, RelDataType projectRowType)
cluster - ClustertraitSet - Traitstable - TablecassandraTable - Cassandra tableprojectRowType - Fields and types to project; null to project raw rowpublic RelNode copy(RelTraitSet traitSet, List<RelNode> inputs)
copy in interface RelNodecopy in class AbstractRelNodepublic RelDataType deriveRowType()
deriveRowType in class TableScanpublic void register(RelOptPlanner planner)
register in interface RelNoderegister in class AbstractRelNodepublic void implement(CassandraRel.Implementor implementor)
implement in interface CassandraRelCopyright © 2012–2016 The Apache Software Foundation. All rights reserved.