|
||||||||||
| 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.SortNode
com.metamatrix.query.processor.relational.DupRemoveNode
public class DupRemoveNode
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
DupRemoveNode(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. |
void |
open()
|
void |
reset()
|
| Methods inherited from class com.metamatrix.query.processor.relational.SortNode |
|---|
close, collectionPhase, copy, getNodeString, getSortElements, nextBatchDirect, setRemoveDuplicates, setSortElements |
| Methods inherited from class com.metamatrix.query.processor.relational.RelationalNode |
|---|
addBatchRow, addChild, copy, createLookupMap, getBatchSize, getBufferManager, getChildDescriptionProperties, getChildPlans, getChildren, getClassName, getConnectionID, getContext, getDataManager, getElements, getEstimateNodeCardinality, getID, getNodeStatistics, getParent, initialize, isBatchFull, isClosed, nextBatch, nodeToString, projectTuple, pullBatch, 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 DupRemoveNode(int nodeID)
| Method Detail |
|---|
public void reset()
reset in class SortNode
public void open()
throws MetaMatrixComponentException,
MetaMatrixProcessingException
open in class SortNodeMetaMatrixComponentException
MetaMatrixProcessingExceptionpublic java.lang.Object clone()
RelationalNode
clone in class SortNodepublic java.util.Map getDescriptionProperties()
Describable
getDescriptionProperties in interface DescribablegetDescriptionProperties in class SortNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||