|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.query.processor.relational.RelationalNode
com.metamatrix.query.processor.relational.NullNode
public class NullNode
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
NullNode(int nodeID)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
All the implementation of Cloneable interface need to implement clone() method. |
java.util.Map |
getDescriptionProperties()
Get a description as a set of properties of primitive types such as String, Integer, etc. |
protected void |
getNodeString(java.lang.StringBuffer str)
|
TupleBatch |
nextBatchDirect()
Template method for subclasses to implement. |
| Methods inherited from class com.metamatrix.query.processor.relational.RelationalNode |
|---|
addBatchRow, addChild, close, copy, createLookupMap, getBatchSize, getBufferManager, getChildDescriptionProperties, getChildPlans, getChildren, getClassName, getConnectionID, getContext, getDataManager, getElements, getEstimateNodeCardinality, getID, getNodeStatistics, getParent, initialize, isBatchFull, isClosed, nextBatch, nodeToString, open, projectTuple, pullBatch, reset, setElements, setEstimateDepAccessCardinality, setEstimateDepJoinCost, setEstimateJoinCost, setEstimateNodeCardinality, setEstimateNodeSetSize, setID, setParent, terminateBatches, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NullNode(int nodeID)
| Method Detail |
|---|
public TupleBatch nextBatchDirect()
throws MetaMatrixComponentException
RelationalNode
nextBatchDirect in class RelationalNodeBlockedException
MetaMatrixComponentExceptionprotected void getNodeString(java.lang.StringBuffer str)
getNodeString in class RelationalNodepublic java.lang.Object clone()
RelationalNode
clone in class RelationalNodepublic java.util.Map getDescriptionProperties()
Describable
getDescriptionProperties in interface DescribablegetDescriptionProperties in class RelationalNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||