public static interface Evaluator.SetEvaluator
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()
Returns an iterator over the tuples of the named set.
|
TupleIterable evaluateTupleIterable()
The iterator from this iterable maintains the current ordinal
property required for the methods currentOrdinal()
and
currentTuple()
.
int 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 © 2020 Hitachi Vantara. All rights reserved.