Uses of Interface
mondrian.olap.FunDef
Packages that use FunDef
Package
Description
Defines a parse tree for MDX expressions.
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Defines the set of MDX built-in functions.
Defines MDX extension functions.
Implements the data access layer for the olap package.
Database-independent library for generating SQL.
-
Uses of FunDef in mondrian.mdx
Methods in mondrian.mdx that return FunDefModifier and TypeMethodDescriptionResolvedFunCall.getFunDef()Returns the definition of the function which is being called.Constructors in mondrian.mdx with parameters of type FunDefModifierConstructorDescriptionResolvedFunCall(FunDef funDef, Exp[] args, Type returnType) Creates a function call. -
Uses of FunDef in mondrian.olap
Methods in mondrian.olap that return FunDefModifier and TypeMethodDescriptionResolves a function call to a particular function.Methods in mondrian.olap with parameters of type FunDefModifier and TypeMethodDescriptionvoidDefines a function.DelegatingSchemaReader.getNativeSetEvaluator(FunDef fun, Exp[] args, Evaluator evaluator, Calc calc) SchemaReader.getNativeSetEvaluator(FunDef fun, Exp[] args, Evaluator evaluator, Calc calc) Returns an object which can evaluate an expression in native SQL, or null if this is not possible.booleanQuery.shouldAlertForNonNative(FunDef funDef) Determines whether an alert for non-native evaluation needs to be posted. -
Uses of FunDef in mondrian.olap.fun
Classes in mondrian.olap.fun that implement FunDefModifier and TypeClassDescriptionclassAbstract base class for all aggregate functions (Aggregate,Sum,Avg, et cetera).classDefinition of theAGGREGATEMDX function.classDefinition of theCachesystem function, which is smart enough to evaluate its argument only once.classDefinition of theCASTMDX operator.classDefinition of theCoalesceEmptyMDX function.classDefinition of theCrossJoinMDX function.classExisting keyword limits a set to what exists within the current context, ie as if context members of the same dimension as the set were in the slicer.classFunDefBaseis the default implementation ofFunDef.classDefinition of the<Hierarchy>.CurrentMemberMDX builtin function.classDefinition of the<Hierarchy>.DimensionMDX builtin function.classDefinition of theIifMDX function.classMDX function which is implemented by a Java method.classDefinition of the<Level>.HierarchyMDX builtin function.classDefinition of the<Level>.MembersMDX function.classAbstract base class for definitions of linear regression functions.static classDefinition of theLinRegInterceptMDX function.static classDefinition of theLinRegPointMDX function.static classDefinition of theLinRegR2MDX function.static classDefinition of theLinRegSlopeMDX function.static classDefinition of theLinRegVarianceMDX function.classDefinition of the<Member>.HierarchyMDX builtin function.classDefinition of the<Member>.LevelMDX builtin function.final classDefinition of the<Member>.OrderKeyMDX builtin function.classDefinition of the<Named Set>.CurrentMDX builtin function.classDefinition of the<Named Set>.CurrentOrdinalMDX builtin function.classDefinition of theNativizeSetMDX function.classDefinition of theNonEmptyCrossJoinMDX function.classAParameterFunDefis a pseudo-function describing calls toParameterandParamReffunctions.classParenthesesFunDefimplements the parentheses operator as if it were a function.classDefinition of theRANKMDX function.classSetFunDefimplements the 'set' function (whose syntax is the brace operator,{ ...classTupleFunDefimplements the '(...)' operator which builds tuples, as in([Time].CurrentMember, [Stores].[USA].[California]).classDefinition of theValidMeasureMDX function.classDefinition of theVisualTotalsMDX function.Methods in mondrian.olap.fun that return FunDefModifier and TypeMethodDescriptionprotected abstract FunDefMultiResolver.createFunDef(Exp[] args, FunDef dummyFunDef) protected FunDefParameterFunDef.ParameterResolver.createFunDef(Exp[] args, FunDef dummyFunDef) protected FunDefParameterFunDef.ParamRefResolver.createFunDef(Exp[] args, FunDef dummyFunDef) protected FunDefReflectiveMultiResolver.createFunDef(Exp[] args, FunDef dummyFunDef) MultiResolver.getFunDef()Resolver.getFunDef()Returns a representative example of the function which this Resolver can produce, for purposes of describing the function set.UdfResolver.getFunDef()CacheFunDef.CacheFunResolver.resolve(Exp[] args, Validator validator, List<Resolver.Conversion> conversions) MultiResolver.resolve(Exp[] args, Validator validator, List<Resolver.Conversion> conversions) Resolver.resolve(Exp[] args, Validator validator, List<Resolver.Conversion> conversions) Given a particular set of arguments the function is applied to, returns the correct overloaded form of the function.UdfResolver.resolve(Exp[] args, Validator validator, List<Resolver.Conversion> conversions) static FunDefFunUtil.resolveFunArgs(Validator validator, FunDef funDef, Exp[] args, Exp[] newArgs, String name, Syntax syntax) Validates the arguments to a function and resolves the function.Methods in mondrian.olap.fun that return types with arguments of type FunDefModifier and TypeMethodDescriptionScans a java class and returns a list of function definitions, one for each static method which is suitable to become an MDX function.Methods in mondrian.olap.fun with parameters of type FunDefModifier and TypeMethodDescriptionprotected abstract FunDefMultiResolver.createFunDef(Exp[] args, FunDef dummyFunDef) protected FunDefParameterFunDef.ParameterResolver.createFunDef(Exp[] args, FunDef dummyFunDef) protected FunDefParameterFunDef.ParamRefResolver.createFunDef(Exp[] args, FunDef dummyFunDef) protected FunDefReflectiveMultiResolver.createFunDef(Exp[] args, FunDef dummyFunDef) static RuntimeExceptionFunUtil.newEvalException(FunDef funDef, String message) Creates an exception which indicates that an error has occurred while executing a given function.static FunDefFunUtil.resolveFunArgs(Validator validator, FunDef funDef, Exp[] args, Exp[] newArgs, String name, Syntax syntax) Validates the arguments to a function and resolves the function.Constructors in mondrian.olap.fun with parameters of type FunDefModifierConstructorDescriptionAbstractAggregateFunDef(FunDef dummyFunDef) AggregateFunDef(FunDef dummyFunDef) Creates an AggregateFunDef.CrossJoinFunDef(FunDef dummyFunDef) InterceptFunDef(FunDef funDef) protectedNativizeSetFunDef(FunDef dummyFunDef) NonEmptyCrossJoinFunDef(FunDef dummyFunDef) PointFunDef(FunDef funDef) RankFunDef(FunDef dummyFunDef) SlopeFunDef(FunDef funDef) VarianceFunDef(FunDef funDef) VisualTotalsFunDef(FunDef dummyFunDef) -
Uses of FunDef in mondrian.olap.fun.extra
Classes in mondrian.olap.fun.extra that implement FunDefModifier and TypeClassDescriptionclassCachedExistsFunDef is a replacement for the Exists MDX function that Analyzer uses for projecting tuples for subtotals, Top10 and other calculations.classDefinition of theCalculatedChildMDX function.classDefinition of theFirstQandThirdQMDX extension functions.Constructors in mondrian.olap.fun.extra with parameters of type FunDef -
Uses of FunDef in mondrian.rolap
Methods in mondrian.rolap with parameters of type FunDefModifier and TypeMethodDescriptionRolapNativeRegistry.createEvaluator(RolapEvaluator evaluator, FunDef fun, Exp[] args) Returns the matching NativeEvaluator or null iffuncan not be executed in SQL for the given context and arguments.RolapSchemaReader.getNativeSetEvaluator(FunDef fun, Exp[] args, Evaluator evaluator, Calc calc) -
Uses of FunDef in mondrian.rolap.sql
Methods in mondrian.rolap.sql with parameters of type FunDefModifier and TypeMethodDescriptionList<CrossJoinArg[]>CrossJoinArgFactory.checkCrossJoin(RolapEvaluator evaluator, FunDef fun, Exp[] args, boolean returnAny) Checks forCrossJoin(<set1>, <set2>), where set1 and set2 are one ofmember.children,level.membersormember.descendants.