public class NullNode extends RelationalNode
childCount
Constructor and Description |
---|
NullNode(int nodeID) |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
All the implementation of Cloneable interface need to implement clone() method.
|
List |
getOutputElements()
Get list of resolved elements describing output columns for this plan.
|
TupleBatch |
nextBatchDirect()
Template method for subclasses to implement.
|
addBatchRow, addChild, close, closeDirect, copyTo, createLookupMap, getBatchSize, getBuffer, getBufferDirect, getBufferManager, getChildCount, getChildren, getClassName, getConnectionID, getContext, getDataManager, getDescriptionProperties, getElements, getEstimateNodeCardinality, getID, getNodeStatistics, getNodeString, getParent, getProjectionIndexes, hasBuffer, hasPendingRows, initialize, isBatchFull, isClosed, isLastBatch, nextBatch, nodeToString, open, projectTuple, projectTuple, pullBatch, requiresTransaction, reset, setContext, setElements, setEstimateDepAccessCardinality, setEstimateDepJoinCost, setEstimateJoinCost, setEstimateNodeCardinality, setEstimateNodeSetSize, setID, setParent, terminateBatches, toString, unwrapException
public TupleBatch nextBatchDirect() throws TeiidComponentException
RelationalNode
nextBatchDirect
in class RelationalNode
BlockedException
TeiidComponentException
public List getOutputElements()
BatchCollector.BatchProducer
getOutputElements
in interface BatchCollector.BatchProducer
getOutputElements
in class RelationalNode
public Object clone()
RelationalNode
clone
in class RelationalNode
Copyright © 2020. All rights reserved.