|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.query.processor.relational.DependentValueSource
public class DependentValueSource
| Constructor Summary | |
|---|---|
DependentValueSource(TupleSourceID tupleSourceID,
BufferManager bm)
|
|
| Method Summary | |
|---|---|
java.util.HashSet<java.lang.Object> |
getCachedSet(Expression valueExpression)
|
TupleSourceID |
getTupleSourceID()
|
ValueIterator |
getValueIterator(Expression valueExpression)
Attempt to obtain a ValueIterator from this source. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DependentValueSource(TupleSourceID tupleSourceID,
BufferManager bm)
| Method Detail |
|---|
public TupleSourceID getTupleSourceID()
public ValueIterator getValueIterator(Expression valueExpression)
throws MetaMatrixComponentException
ValueIteratorSource
getValueIterator in interface ValueIteratorSourcevalueExpression - The expression we are retrieving an iterator for
MetaMatrixComponentException
TupleSourceNotFoundExceptionValueIteratorSource.getValueIterator(com.metamatrix.query.sql.symbol.Expression)
public java.util.HashSet<java.lang.Object> getCachedSet(Expression valueExpression)
throws MetaMatrixComponentException,
MetaMatrixProcessingException
getCachedSet in interface ValueIteratorSourceMetaMatrixComponentException
MetaMatrixProcessingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||