Uses of Class
mondrian.calc.ResultStyle
- 
Packages that use ResultStyle Package Description mondrian.calc Provides compiled expressions.mondrian.calc.impl Provides implementation classes for compiled expressions.mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.olap.fun Defines the set of MDX built-in functions.mondrian.rolap Implements the data access layer for the olap package. - 
- 
Uses of ResultStyle in mondrian.calc
Fields in mondrian.calc with type parameters of type ResultStyle Modifier and Type Field Description static List<ResultStyle>ResultStyle. ANY_LISTstatic List<ResultStyle>ResultStyle. ANY_ONLYstatic List<ResultStyle>ResultStyle. ITERABLE_ANYstatic List<ResultStyle>ResultStyle. ITERABLE_LISTstatic List<ResultStyle>ResultStyle. ITERABLE_LIST_MUTABLELISTstatic List<ResultStyle>ResultStyle. ITERABLE_LIST_MUTABLELIST_ANYstatic List<ResultStyle>ResultStyle. ITERABLE_MUTABLELISTstatic List<ResultStyle>ResultStyle. ITERABLE_MUTABLELIST_LISTstatic List<ResultStyle>ResultStyle. ITERABLE_ONLYstatic List<ResultStyle>ResultStyle. LIST_MUTABLELISTstatic List<ResultStyle>ResultStyle. LIST_ONLYstatic List<ResultStyle>ResultStyle. MUTABLELIST_LISTstatic List<ResultStyle>ResultStyle. MUTABLELIST_ONLYMethods in mondrian.calc that return ResultStyle Modifier and Type Method Description ResultStyleCalc. getResultStyle()Returns style in which the result of evaluating this expression is returned.static ResultStyleResultStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static ResultStyle[]ResultStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in mondrian.calc that return types with arguments of type ResultStyle Modifier and Type Method Description List<ResultStyle>ExpCompiler. getAcceptableResultStyles()Returns a list of theResultStyles acceptable to the caller.Method parameters in mondrian.calc with type arguments of type ResultStyle Modifier and Type Method Description CalcExpCompiler. compileAs(Exp exp, Type resultType, List<ResultStyle> preferredResultStyles)Compiles an expression to a given result type.static ExpCompilerExpCompiler.Factory. getExpCompiler(Evaluator evaluator, Validator validator, List<ResultStyle> resultStyles) - 
Uses of ResultStyle in mondrian.calc.impl
Methods in mondrian.calc.impl that return ResultStyle Modifier and Type Method Description ResultStyleAbstractCalc. getResultStyle()ResultStyleAbstractIterCalc. getResultStyle()ResultStyleAbstractListCalc. getResultStyle()ResultStyleConstantCalc. getResultStyle()Methods in mondrian.calc.impl that return types with arguments of type ResultStyle Modifier and Type Method Description List<ResultStyle>AbstractExpCompiler. getAcceptableResultStyles()List<ResultStyle>DelegatingExpCompiler. getAcceptableResultStyles()Method parameters in mondrian.calc.impl with type arguments of type ResultStyle Modifier and Type Method Description CalcAbstractExpCompiler. compileAs(Exp exp, Type resultType, List<ResultStyle> preferredResultTypes)Compiles an expression to a given result type.CalcDelegatingExpCompiler. compileAs(Exp exp, Type resultType, List<ResultStyle> preferredResultTypes)Constructor parameters in mondrian.calc.impl with type arguments of type ResultStyle Constructor Description AbstractExpCompiler(Evaluator evaluator, Validator validator, List<ResultStyle> resultStyles)Creates an AbstractExpCompiler which is constrained to produce one of a set of result styles.BetterExpCompiler(Evaluator evaluator, Validator validator, List<ResultStyle> resultStyles) - 
Uses of ResultStyle in mondrian.olap
Methods in mondrian.olap that return ResultStyle Modifier and Type Method Description ResultStyleQuery. getResultStyle()Methods in mondrian.olap with parameters of type ResultStyle Modifier and Type Method Description CalcQueryAxis. compile(ExpCompiler compiler, ResultStyle resultStyle)CalcQuery. compileExpression(Exp exp, boolean scalar, ResultStyle resultStyle)Compiles an expression, using a cached compiled expression if available.ObjectNativeEvaluator. execute(ResultStyle resultStyle)static ResultStyleExceptionResultStyleException. generateBadType(List<ResultStyle> wanted, ResultStyle got)voidQuery. setResultStyle(ResultStyle resultStyle)A Query's ResultStyle can only be one of the following: ResultStyle.ITERABLE ResultStyle.LIST ResultStyle.MUTABLE_LISTMethod parameters in mondrian.olap with type arguments of type ResultStyle Modifier and Type Method Description static ResultStyleExceptionResultStyleException. generate(List<ResultStyle> producer, List<ResultStyle> consumer)static ResultStyleExceptionResultStyleException. generateBadType(List<ResultStyle> wanted, ResultStyle got) - 
Uses of ResultStyle in mondrian.olap.fun
Constructor parameters in mondrian.olap.fun with type arguments of type ResultStyle Constructor Description ExprIterCalc(Exp exp, Exp[] args, ExpCompiler compiler, List<ResultStyle> resultStyles)SetListCalc(Exp exp, Exp[] args, ExpCompiler compiler, List<ResultStyle> resultStyles) - 
Uses of ResultStyle in mondrian.rolap
Methods in mondrian.rolap with parameters of type ResultStyle Modifier and Type Method Description ObjectRolapNativeSet.SetEvaluator. execute(ResultStyle desiredResultStyle) 
 -