public static interface Evaluator.NamedSetEvaluator
| Modifier and Type | Method and Description | 
|---|---|
Member | 
currentMember()
Returns the current member in the named set. 
 | 
int | 
currentOrdinal()
Returns the ordinal of the current member or tuple in the named set. 
 | 
Member[] | 
currentTuple()
Returns the current tuple in the named set. 
 | 
TupleIterable | 
evaluateTupleIterable(Evaluator eval)
Returns an iterator over the tuples of the named set. 
 | 
TupleIterable evaluateTupleIterable(Evaluator eval)
The iterator from this iterable maintains the current ordinal
 property required for the methods currentOrdinal() and
 currentTuple().
eval - Evaluator for current contextint currentOrdinal()
Member currentMember()
Applicable if the named set is a set of members.
Member[] currentTuple()
Applicable if the named set is a set of tuples.
Copyright © 2017 Hitachi Vantara. All rights reserved.