Class SetFunDef.SetListCalc

All Implemented Interfaces:
Calc, IterCalc, ListCalc
Enclosing class:
SetFunDef

public static class SetFunDef.SetListCalc extends AbstractListCalc
Compiled expression to implement the MDX set function, { ... }, applied to a set of tuples, as a list.

The set function can contain expressions which yield sets together with expressions which yield individual tuples, provided that they all have the same type. It automatically removes null or partially-null tuples from the list.

Also, does not process high-cardinality dimensions specially.