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, unwrapExceptionpublic TupleBatch nextBatchDirect() throws TeiidComponentException
RelationalNodenextBatchDirect in class RelationalNodeBlockedExceptionTeiidComponentExceptionpublic List getOutputElements()
BatchCollector.BatchProducergetOutputElements in interface BatchCollector.BatchProducergetOutputElements in class RelationalNodepublic Object clone()
RelationalNodeclone in class RelationalNodeCopyright © 2020. All rights reserved.