Uses of Interface
org.teiid.query.sql.util.ValueIterator
-
Packages that use ValueIterator Package Description org.teiid.query.eval org.teiid.query.processor.relational org.teiid.query.sql.lang org.teiid.query.sql.util -
-
Uses of ValueIterator in org.teiid.query.eval
Methods in org.teiid.query.eval that return ValueIterator Modifier and Type Method Description protected ValueIterator
Evaluator. evaluateSubquery(SubqueryContainer<?> container, List<?> tuple)
-
Uses of ValueIterator in org.teiid.query.processor.relational
Methods in org.teiid.query.processor.relational that return ValueIterator Modifier and Type Method Description protected ValueIterator
SubqueryAwareEvaluator. evaluateSubquery(SubqueryContainer<?> container, List<?> tuple)
-
Uses of ValueIterator in org.teiid.query.sql.lang
Classes in org.teiid.query.sql.lang that implement ValueIterator Modifier and Type Class Description class
CollectionValueIterator
-
Uses of ValueIterator in org.teiid.query.sql.util
Methods in org.teiid.query.sql.util that return ValueIterator Modifier and Type Method Description ValueIterator
ValueIteratorSource. getValueIterator(Expression valueExpression)
Attempt to obtain a ValueIterator from this source.
-