public interface ListCalc extends IterCalc
Modifier and Type | Method and Description |
---|---|
TupleList |
evaluateList(Evaluator evaluator)
Evaluates an expression to yield a list of tuples.
|
evaluateIterable
accept, dependsOn, evaluate, getResultStyle, getType, isWrapperFor, unwrap
TupleList evaluateList(Evaluator evaluator)
The list is immutable if Calc.getResultStyle()
yields
ResultStyle.MUTABLE_LIST
. Otherwise,
the caller must not modify the list.
evaluator
- Evaluation contextCopyright © 2020 Hitachi Vantara. All rights reserved.