Uses of Interface
com.activeviam.activepivot.mdx.intf.internal.meta.IMdxMember
Packages that use IMdxMember
Package
Description
-
Uses of IMdxMember in com.activeviam.activepivot.mdx.impl.internal.eval.impl
Methods in com.activeviam.activepivot.mdx.impl.internal.eval.impl that return IMdxMemberModifier and TypeMethodDescriptionATuple.arrayCopy()Tuple.arrayCopy()static IMdxMemberMembers.drilldown(IMdxMember member) Produces the drilldown of a member.static IMdxMemberMembers.findLowestCommonAscendant(IMdxMember m1, IMdxMember m2) Find a common ascendant for two members.Tuple.getMember(int index) static IMdxMemberMembers.getParent(IMdxMember member, int backDepth) Gets the i-th parent of a member.static IMdxMemberMembers.memberForLevel(IMdxLevel level) This method returns a member that represents all the non-calculated members of the level.static IMdxMemberMembers.quickDrilldown(IMdxMember member) Produces the drilldown of a member without checking it's legal (i.e.static IMdxMemberMembers.quickDrilldown(IMdxMember member, int distance) Produces the drilldown of a member at a specific distance without checking it's legal (i.e.static IMdxMemberMembers.quickIntersect(IMdxMember m1, IMdxMember m2, boolean preserveNullRanges) Intersects two hierarchy locations without checking if they belong to the same hierarchy.static IMdxMemberMembers.rangeMemberForLevel(IMdxLevel level) This method returns a member that represents all the members of the level.static IMdxMemberMembers.recursiveMerge(IMdxMember m1, IMdxMember m2) static IMdxMemberMembers.returnTopMembers(IMdxHierarchy hier) Return a member which represents the members of the first level of the given hierarchy.Methods in com.activeviam.activepivot.mdx.impl.internal.eval.impl that return types with arguments of type IMdxMemberModifier and TypeMethodDescriptionstatic List<IMdxMember> Members.memberPath(IMdxMember member) Builds the member path from a given member.Methods in com.activeviam.activepivot.mdx.impl.internal.eval.impl with parameters of type IMdxMemberModifier and TypeMethodDescriptionstatic StringBuilderMembers.appendUniqueName(IMdxMember member, StringBuilder stringBuilder) Appends the unique name of the member to the given string builder.static Object[]Members.arrayCopy(IMdxMember member) Extracts the path of a member to a new array.Members.captionPath(IMdxMember member) static ICompoundIdentifierMembers.compoundIdentifier(IMdxMember member) Creates the compound identifier of a member.Members.convertToFilterCondition(IMdxMember member) Extracts and converts the path of a member to a list of condition optimized to be granted in afilterviaICubeFilterBuilder.includeMembers(HierarchyIdentifier, List).static Members.CoverageMembers.covers(IMdxMember m1, IMdxMember m2) Checks whether a member covers another one.static StringMembers.dimensionUniqueName(IMdxMember member) Returns the dimension unique name of a member.static IMdxMemberMembers.drilldown(IMdxMember member) Produces the drilldown of a member.static booleanMembers.equals(IMdxMember m1, IMdxMember m2) Deep equality check between twoIMdxMemberinstances.static booleanMembers.equals(IMdxMember member, Object candidate) Checks if an object is equal to a member.static voidMembers.fill(IMdxMember member, Object[] dest) Fills as much of the destination array as possible with the path of the member.static IMdxMemberMembers.findLowestCommonAscendant(IMdxMember m1, IMdxMember m2) Find a common ascendant for two members.static ObjectMembers.getCoordinate(IMdxMember member, int index) Gets the i-th discriminator on a member path.static IMdxMemberMembers.getParent(IMdxMember member, int backDepth) Gets the i-th parent of a member.static intMembers.hashcode(IMdxMember member) Computes the hashCode of a member.static StringMembers.hierarchyUniqueName(IMdxMember member) Returns the hierarchy unique name of a member.static List<IIdentifier> Members.identifierPath(IMdxMember member) Creates the identifier path of a member.static booleanMembers.isAll(IMdxMember member) Checks if a member is representing the AllMember of an AllMember enabled hierarchy.static booleanMembers.isDataMember(IMdxMember member) static booleanMembers.isMeasure(IMdxMember member) Checks if a member points at a measure.static booleanMembers.isRange(IMdxMember member) Checks if a member is range.static StringMembers.key(IMdxMember member) Builds the member key.static StringMembers.levelUniqueName(IMdxMember member) Returns the level unique name of a member.static intMembers.locationHashcode(IMdxMember member) Computes the hashCode contribution of a member according toILocationhashCode specification.static List<IMdxMember> Members.memberPath(IMdxMember member) Builds the member path from a given member.static String[]Members.namePath(IMdxMember member) Gets the name path of a member.static StringMembers.parentUniqueName(IMdxMember member) Returns the parent's unique name of a member.static Members.CoverageMembers.quickCovers(IMdxMember m1, IMdxMember m2) Checks whether a member covers another one.static IMdxMemberMembers.quickDrilldown(IMdxMember member) Produces the drilldown of a member without checking it's legal (i.e.static IMdxMemberMembers.quickDrilldown(IMdxMember member, int distance) Produces the drilldown of a member at a specific distance without checking it's legal (i.e.static IMdxMemberMembers.quickIntersect(IMdxMember m1, IMdxMember m2, boolean preserveNullRanges) Intersects two hierarchy locations without checking if they belong to the same hierarchy.static booleanMembers.quickIsChild(IMdxMember parentCandidate, IMdxMember childCandidate) Checks if a member is the child of an other member.static booleanMembers.quickIsDescendant(IMdxMember parentCandidate, IMdxMember descendantCandidate) Checks if a member is the descendant of an other member.static IMdxRangeMemberMembers.rangeSiblings(IMdxMember member) Builds a members siblings range member.static IMdxMemberMembers.recursiveMerge(IMdxMember m1, IMdxMember m2) static booleanMembers.safeIsDescendant(IMdxMember parentCandidate, IMdxMember descendantCandidate) Checks that the two members belong to the same hierarchy without throwing.static CharSequenceMembers.toCharSequence(IMdxMember member) Returns a member as a char sequence.static StringMembers.uniqueName(IMdxMember member) Returns the unique name of a member.Method parameters in com.activeviam.activepivot.mdx.impl.internal.eval.impl with type arguments of type IMdxMemberModifier and TypeMethodDescriptionstatic IHasDimensionalityMembers.createDimensionality(List<? extends IMdxMember> members) Creates a dimensionality from members.Constructors in com.activeviam.activepivot.mdx.impl.internal.eval.impl with parameters of type IMdxMemberModifierConstructorDescriptionTuple(IMdxMember[] members) Tuple(IMdxMember[] members, boolean isRange) -
Uses of IMdxMember in com.activeviam.activepivot.mdx.impl.internal.eval.set.impl
Methods in com.activeviam.activepivot.mdx.impl.internal.eval.set.impl with parameters of type IMdxMemberModifier and TypeMethodDescriptionstatic ISetSets.singleMemberSet(IMdxMember memberLocation) Creates a set that contains a single member.Method parameters in com.activeviam.activepivot.mdx.impl.internal.eval.set.impl with type arguments of type IMdxMemberModifier and TypeMethodDescriptionstatic voidSets.specialIteration(ISet set, int hierIndex, Sets.ISpecialIterationProcedure<IMdxMember> proc) Iterates over each member of the set in set order. -
Uses of IMdxMember in com.activeviam.activepivot.mdx.impl.internal.impl
Subinterfaces of IMdxMember in com.activeviam.activepivot.mdx.impl.internal.implModifier and TypeInterfaceDescriptionstatic interfaceOlapElementLookup.IUnknownMdxMember.getLevel()must not return null.Classes in com.activeviam.activepivot.mdx.impl.internal.impl that implement IMdxMemberMethods in com.activeviam.activepivot.mdx.impl.internal.impl that return IMdxMemberConstructors in com.activeviam.activepivot.mdx.impl.internal.impl with parameters of type IMdxMemberModifierConstructorDescriptionUnknownMdxMember(IMdxLevel level, List<? extends IIdentifier> identifiers, IMdxMember parent) -
Uses of IMdxMember in com.activeviam.activepivot.mdx.impl.internal.meta.impl
Classes in com.activeviam.activepivot.mdx.impl.internal.meta.impl that implement IMdxMemberModifier and TypeClassDescriptionclassAMdxFixedMember<P extends IMdxFixedMember>Abstract implementation ofIMdxFixedMember.Methods in com.activeviam.activepivot.mdx.impl.internal.meta.impl that return IMdxMemberModifier and TypeMethodDescriptionMdxCube.getDataMember(IMdxFixedMember member) MdxCube.getUnknownMember(IMdxFixedMember member) MdxCube.getUnknownMember(IMdxHierarchy hierarchy) Methods in com.activeviam.activepivot.mdx.impl.internal.meta.impl that return types with arguments of type IMdxMemberModifier and TypeMethodDescriptionList<? extends IMdxMember> MdxCube.getMembersRange(int count, IMdxMember member) Methods in com.activeviam.activepivot.mdx.impl.internal.meta.impl with parameters of type IMdxMemberModifier and TypeMethodDescriptionMdxMemberProperties.AncestorCaptionProperty._getValue(IMdxMember member) MdxMemberProperties.ChildrenCardinalityProperty._getValue(IMdxMember member) MdxMemberProperties.CubeNameProperty._getValue(IMdxMember member) MdxMemberProperties.DescriptionProperty._getValue(IMdxMember member) MdxMemberProperties.DimensionUniqueNameProperty._getValue(IMdxMember member) MdxMemberProperties.HierarchyUniqueNameProperty._getValue(IMdxMember member) MdxMemberProperties.IsDataMemberProperty._getValue(IMdxMember member) MdxMemberProperties.LevelNumberProperty._getValue(IMdxMember member) MdxMemberProperties.LevelUniqueNameProperty._getValue(IMdxMember member) MdxMemberProperties.MemberCaptionProperty._getValue(IMdxMember member) MdxMemberProperties.MemberKeyProperty._getValue(IMdxMember member) MdxMemberProperties.MemberNameProperty._getValue(IMdxMember member) MdxMemberProperties.MemberOrdinalProperty._getValue(IMdxMember member) MdxMemberProperties.MemberTypeProperty._getValue(IMdxMember member) MdxMemberProperties.MemberUniqueNameProperty._getValue(IMdxMember member) MdxMemberProperties.MemberValueProperty._getValue(IMdxMember member) MdxMemberProperties.ParentCountProperty._getValue(IMdxMember member) MdxMemberProperties.ParentLevelProperty._getValue(IMdxMember member) MdxMemberProperties.ParentUniqueNameProperty._getValue(IMdxMember member) MdxCube.expand(IMdxMember mdxMember) MdxCube.expandCalculated(IMdxMember mdxMember) MdxCube.expandPivot(IMdxMember mdxMember) static StringMdxCubeUtil.getBranch(IMdxMember member) Gets the branch represented by this member.static StringMdxMemberProperties.getCaption(IMdxMember member) This method returns the caption of the member if it can be generated.MdxCube.getCellProperty(IMdxMember member, String propertyName, boolean returnDefaultIfNoValue) intMdxCube.getChildrenCount(IMdxMember member) List<? extends IMdxMember> MdxCube.getMembersRange(int count, IMdxMember member) MdxMemberProperties.DisplayInfoProperty.getValue(IMdxMember member) static booleanMdxCubeUtil.isBranchMember(IMdxMember member) Checks if the specified member belongs to the branch level of the epoch hierarchy.Method parameters in com.activeviam.activepivot.mdx.impl.internal.meta.impl with type arguments of type IMdxMemberModifier and TypeMethodDescriptionstatic StringMdxMemberProperties.getCaption(IMdxLevel level, IAxisMember member, Supplier<IMdxMember> mdxMemberSupplier) Returns the caption of the member. -
Uses of IMdxMember in com.activeviam.activepivot.mdx.impl.internal.plan.impl
Methods in com.activeviam.activepivot.mdx.impl.internal.plan.impl that return IMdxMemberModifier and TypeMethodDescriptionCellPlanResult.ICellPlanResultTupleCursor.getNonMovingMembers()Returns an array with members on non-moving hierarchies and null on moving hierarchies.Methods in com.activeviam.activepivot.mdx.impl.internal.plan.impl with parameters of type IMdxMemberModifier and TypeMethodDescriptionCellPlanResult.createWriter(IMdxMember measureMember) Create a writer for a given measure member.CellPlanResult.createWriter(IMdxMember measureMember, IExpression forExpression) Create a writer for a given expression in the context of some measure.intCellPlanResult.getValueIndex(IMdxMember measureMember, IExpression forExpression) Returns the value index or-1.voidCellPlanResult.IResultWriter.setPattern(IMdxMember[] writePattern) Pattern of members we plan on writing.voidCellPlanResult.IResultWriter.writeTrimmed(IMdxMember[] trimmed, Object value) Write a trimmed tuple value. -
Uses of IMdxMember in com.activeviam.activepivot.mdx.impl.internal.result.impl
Methods in com.activeviam.activepivot.mdx.impl.internal.result.impl that return IMdxMemberModifier and TypeMethodDescriptionstatic <P,F> IMdxMember AMdxCellSetAxesIterator.getCurrentMember(AMdxCellSetAxesIterator<P, F> it) Return the current member of the iterator.Methods in com.activeviam.activepivot.mdx.impl.internal.result.impl that return types with arguments of type IMdxMemberConstructor parameters in com.activeviam.activepivot.mdx.impl.internal.result.impl with type arguments of type IMdxMemberModifierConstructorDescriptionEmptyMdxCellSet(IEpoch epoch, String cubeName, ISelectStatement statement, List<IMdxMember> defaultMembers, IMdxCellProperty[] cellProperties) -
Uses of IMdxMember in com.activeviam.activepivot.mdx.impl.private_.context.impl
Methods in com.activeviam.activepivot.mdx.impl.private_.context.impl with parameters of type IMdxMemberModifier and TypeMethodDescriptionvoidNonVisualCubeFilter.NonVisualFilteredHierarchy.grantMember(IMdxMember member) booleanNonVisualCubeFilter.isGranted(IMdxMember member) booleanNonVisualCubeFilter.NonVisualFilteredHierarchy.isGranted(IMdxMember member) -
Uses of IMdxMember in com.activeviam.activepivot.mdx.impl.private_.epoch.impl
Methods in com.activeviam.activepivot.mdx.impl.private_.epoch.impl with parameters of type IMdxMember -
Uses of IMdxMember in com.activeviam.activepivot.mdx.impl.private_.eval.impl
Methods in com.activeviam.activepivot.mdx.impl.private_.eval.impl that return IMdxMemberModifier and TypeMethodDescriptionMutableJoinTuple.getMember(int index) MutableMaskTuple.getMember(int index) Methods in com.activeviam.activepivot.mdx.impl.private_.eval.impl with parameters of type IMdxMemberModifier and TypeMethodDescriptionintHierarchizeOrder.compare(IMdxMember m1, IMdxMember m2) Compares 2 members.static intTuples.hashcode(IMdxMember[] members) Computes the tuple hashcode of hierarchy location array (identical to doing new Tuple(members).hashcode().static booleanTuples.isRange(IMdxMember[] tupleArray) Deep checks if a member array is range.static ITupleTuples.singleHierarchyTuple(IMdxMember member) Build a single hierarchy tuple. -
Uses of IMdxMember in com.activeviam.activepivot.mdx.impl.private_.eval.set.impl
Methods in com.activeviam.activepivot.mdx.impl.private_.eval.set.impl that return IMdxMemberModifier and TypeMethodDescriptionARandomAccessSet.getMember(int index, int hierarchyIdx) AugmentedDimensionalityRandomAccessSet.getMember(int index, int hierarchyIndex) OrderedSet.getMember(int index, int hierarchyIdx) RandomShuffledSet.getMember(int index, int hierarchyIdx) SubSet.getMember(int index, int hierarchyIdx) Methods in com.activeviam.activepivot.mdx.impl.private_.eval.set.impl with parameters of type IMdxMemberModifier and TypeMethodDescriptionstatic ISetAugmentedDimensionalitySet.build(IHasDimensionality dimensionality, ISet set, IMdxMember[] template) Creates a set with additional members in the tuples If the specified set implementsIRandomAccessSetthe result will implement it too.Method parameters in com.activeviam.activepivot.mdx.impl.private_.eval.set.impl with type arguments of type IMdxMemberModifier and TypeMethodDescriptionvoidARandomAccessSet.forEachMember(int hierarchyIdx, IIterationProcedure<IMdxMember> procedure, boolean ordered) voidARandomAccessSet.forEachMember(int hierarchyIdx, IIterationProcedure<IMdxMember> procedure, boolean ordered, int from, int to) voidAugmentedDimensionalityRandomAccessSet.forEachMember(int hierarchyIndex, IIterationProcedure<IMdxMember> procedure, boolean ordered, int from, int to) voidAugmentedDimensionalitySet.forEachMember(int hierarchyIdx, IIterationProcedure<IMdxMember> procedure, boolean ordered) voidCrossjoinSet.forEachMember(int hierarchyIdx, IIterationProcedure<IMdxMember> procedure, boolean order) voidOrderedSet.forEachMember(int hierarchyIdx, IIterationProcedure<IMdxMember> procedure, boolean ordered) voidOrderedSet.forEachMember(int hierarchyIdx, IIterationProcedure<IMdxMember> procedure, boolean ordered, int from, int to) voidRandomShuffledSet.forEachMember(int hierarchyIdx, IIterationProcedure<IMdxMember> procedure, boolean ordered, int from, int to) voidReducedDimensionalitySet.forEachMember(int hierarchyIdx, IIterationProcedure<IMdxMember> procedure, boolean ordered) voidSubSet.forEachMember(int hierarchyIdx, IIterationProcedure<IMdxMember> procedure, boolean ordered, int from, int to) voidUnionSet.forEachMember(int hierarchyIdx, IIterationProcedure<IMdxMember> procedure, boolean ordered) Constructors in com.activeviam.activepivot.mdx.impl.private_.eval.set.impl with parameters of type IMdxMember -
Uses of IMdxMember in com.activeviam.activepivot.mdx.impl.private_.func.impl
Methods in com.activeviam.activepivot.mdx.impl.private_.func.impl that return IMdxMemberModifier and TypeMethodDescriptionCousinFunction.cousin(IMdxMember m, IMdxMember ancestor) CurrentMemberFunction.evaluate(IFunctionCall call, IExpressionEvaluator evaluator) NthChildFunction.evaluate(IFunctionCall call, IExpressionEvaluator evaluator) ParentFunction.evaluate(IFunctionCall call, IExpressionEvaluator evaluator) Methods in com.activeviam.activepivot.mdx.impl.private_.func.impl that return types with arguments of type IMdxMemberModifier and TypeMethodDescriptionCurrentMemberFunction.plan(IFunctionCall call, IExpressionPlanner planner) LeadFunction.plan(IFunctionCall call, IExpressionPlanner planner) Collection<? extends IMdxMember> NthChildFunction.plan(IFunctionCall call, IExpressionPlanner planner) ParentFunction.plan(IFunctionCall call, IExpressionPlanner planner) Methods in com.activeviam.activepivot.mdx.impl.private_.func.impl with parameters of type IMdxMemberModifier and TypeMethodDescriptionintValueOrder.compare(IMdxMember m1, IMdxMember m2) Compares two members.CousinFunction.cousin(IMdxMember m, IMdxMember ancestor) Method parameters in com.activeviam.activepivot.mdx.impl.private_.func.impl with type arguments of type IMdxMemberModifier and TypeMethodDescriptionvoidNonEmptyCrossjoinSet.forEachMember(int hierIndex, IIterationProcedure<IMdxMember> procedure, boolean ordered) -
Uses of IMdxMember in com.activeviam.activepivot.mdx.impl.private_.impl
Methods in com.activeviam.activepivot.mdx.impl.private_.impl that return IMdxMemberModifier and TypeMethodDescriptionabstract IMdxMemberLazyTupleCollection.Cursor.getMember(int index) Read member at a given dimension index.MutableTuple.getMember(int index) MutableTupleLocation.getMember(int index) ADelegatingExecutionContext.setMember(IMdxMember member) ARootExecutionContext.setMember(IMdxMember member) MutableTuple.setMember(IMdxMember member) Add this member in the tuple.MutableTupleLocation.setMember(IMdxMember member) Add this member in the tuple.ADelegatingExecutionContext.setMembers(ITuple tuple) ADelegatingExecutionContext.setMembers(IMdxMember[] members) ARootExecutionContext.setMembers(ITuple tuple) ARootExecutionContext.setMembers(IMdxMember[] members) Methods in com.activeviam.activepivot.mdx.impl.private_.impl that return types with arguments of type IMdxMemberModifier and TypeMethodDescriptionNeedsReWriteVisitor.getMembersInWhere()The members which could stay in the WHERE clause.ExpressionPlanner.planMember(IExpression expression) Methods in com.activeviam.activepivot.mdx.impl.private_.impl with parameters of type IMdxMemberModifier and TypeMethodDescriptionvoidMutableTuple.apply(IMdxMember[] members) StaticExpandMemoizer.expand(IMdxMember member) IMdxFixedMember[][]StaticExpandMemoizer.expandAll(IMdxMember[] locs) ADelegatingExecutionContext.setMember(IMdxMember member) ARootExecutionContext.setMember(IMdxMember member) MutableTuple.setMember(IMdxMember member) Add this member in the tuple.MutableTupleLocation.setMember(IMdxMember member) Add this member in the tuple.ADelegatingExecutionContext.setMembers(IMdxMember[] members) ARootExecutionContext.setMembers(IMdxMember[] members) voidADelegatingExecutionContext.setMembersQuick(IMdxMember[] members) voidARootExecutionContext.setMembersQuick(IMdxMember[] members) Constructors in com.activeviam.activepivot.mdx.impl.private_.impl with parameters of type IMdxMemberModifierConstructorDescriptionCrossJoinLazyTupleCollection(IHasDimensionality dimensionality, IMdxMember[][] parts) LocationToTupleConverter(IMdxCube cube, IMdxMember[] tupleTemplate) Fully defining constructor. -
Uses of IMdxMember in com.activeviam.activepivot.mdx.impl.private_.meta.impl
Classes in com.activeviam.activepivot.mdx.impl.private_.meta.impl with type parameters of type IMdxMemberModifier and TypeClassDescriptionclassAMdxMember<P extends IMdxMember>Base class for mdx member.Classes in com.activeviam.activepivot.mdx.impl.private_.meta.impl that implement IMdxMemberModifier and TypeClassDescriptionclassAMdxMember<P extends IMdxMember>Base class for mdx member.classA measure that has been added on the fly.classA formula member.classDynamic range member for epochs in a given time period.classRepresents a member that exists in the pivot.classA range hierarchy location.Methods in com.activeviam.activepivot.mdx.impl.private_.meta.impl that return IMdxMemberModifier and TypeMethodDescriptionMdxHierarchy.getDefaultMember()MdxHierarchy.resolveDefaultMember()Methods in com.activeviam.activepivot.mdx.impl.private_.meta.impl with parameters of type IMdxMemberModifier and TypeMethodDescriptionIntrospectionMdxMemberProperty._getValue(IMdxMember member) static IHasDimensionalityHaveDimensionality.fromMembers(IMdxMember... members) Create aIHasDimensionalityfrom an array of members.AMdxMemberProperty.getValue(IMdxMember member) Returns the value of the property for the specified member.DelegatingMdxMemberProperty.getValue(IMdxMember member) static booleanMdxActiveMeasureMember.isMdxActiveMeasureMember(IMdxMember m) Whether or not this member is anMdxActiveMeasureMember.voidMdxHierarchy.setDefaultMember(IMdxMember defaultMember) The default member of the hierarchy.Constructors in com.activeviam.activepivot.mdx.impl.private_.meta.impl with parameters of type IMdxMember -
Uses of IMdxMember in com.activeviam.activepivot.mdx.impl.private_.plan.impl
Methods in com.activeviam.activepivot.mdx.impl.private_.plan.impl that return IMdxMemberModifier and TypeMethodDescriptionTupleFixedPatternFinder.asTupleArray()WriteOrchestrator.copyTemplate()Performs a copy of theWriteOrchestrator.writeTemplateof this orchestrator.WriteOrchestrator.getMeasureMember()Gets the measure member of the write operation associated to this orchestrator.CellPlanResultHelper.getStaticMember(int ordinal) Gets the member of the specified hierarchy if it is static i.e.CellPlanResultHelper.getStaticMembers()An array containing only the members which are not in the tuple points.CellPlanResultHelper.member(int coordIndex, int coord) Methods in com.activeviam.activepivot.mdx.impl.private_.plan.impl that return types with arguments of type IMdxMemberModifier and TypeMethodDescriptionAggregateKey.getDependencies()CompanionVisitor.VisitorResult.getValue()Methods in com.activeviam.activepivot.mdx.impl.private_.plan.impl with parameters of type IMdxMemberModifier and TypeMethodDescriptionstatic IExpressionExecUtils.computeProperty(String propertyName, IMdxMember topSolveOrderFormula, IMdxMember measureMember, IMdxCube cube) Computes a property.static IPair<IMdxFormulaMember, IExpression> ExecUtils.getTopSolveOrder(IMdxMember[] tuple) Gets the formula with top solve order in a tuple.static booleanExecUtils.isAggregate(IMdxMember m) Checks if a hierarchy location is an aggregate call.voidCellPlanResultHelper.mapMember(int[] tuplePoint, int[] bitmapPoint, IMdxMember member) Contributes a member to a tuple and bitmap points, mapping if necessary.voidCellPlanResultHelper.mapMember(int[] bitmapPoint, IMdxMember member) Contributes a member to a bitmap points, mapping if necessary.intCellPlanResultHelper.mapTupleCoordinate(IMdxMember member) Maps the input member.intCellPlanResultHelper.tupleCoordinate(IMdxMember member) ACellPlanExecutor.write(IContext context, IMdxPivotMemberDecoder decoder, ICellSet cellSet, IMdxMember[] template, String measure, boolean negativeCellSet) Copies a cell set to the result.Constructors in com.activeviam.activepivot.mdx.impl.private_.plan.impl with parameters of type IMdxMemberModifierConstructorDescriptionWriteOrchestrator(IMdxMember measureMember, IMdxMember[] writeTemplate, CellPlanResult destination, com.activeviam.activepivot.mdx.impl.private_.plan.impl.ACellPlanExecutor.IIntermediateResultHandler<R, ?> intermResultHandler, NonVisualCubeFilter nonVisualCubeFilter, INoAccessCubeFilter noAccessCubeFilter) Constructor. -
Uses of IMdxMember in com.activeviam.activepivot.mdx.impl.private_.realtime.impl
Methods in com.activeviam.activepivot.mdx.impl.private_.realtime.impl with parameters of type IMdxMemberModifier and TypeMethodDescriptionvoidRTScope.addPivotDependency(IMdxMember[] template, int id) The tuples which match the specified template had their values computed by the query with the specified id. -
Uses of IMdxMember in com.activeviam.activepivot.mdx.intf.internal
Methods in com.activeviam.activepivot.mdx.intf.internal that return IMdxMemberModifier and TypeMethodDescriptionIExecutionContext.setMember(IMdxMember member) Modifies the current context.IExecutionContext.setMembers(ITuple tuple) Modifies the current context.IExecutionContext.setMembers(IMdxMember[] member) Modifies the current context.Methods in com.activeviam.activepivot.mdx.intf.internal that return types with arguments of type IMdxMemberModifier and TypeMethodDescriptionIExpressionPlanner.planMember(IExpression expression) Plans an expression that must return a member.Methods in com.activeviam.activepivot.mdx.intf.internal with parameters of type IMdxMemberModifier and TypeMethodDescriptionIExecutionContext.setMember(IMdxMember member) Modifies the current context.IExecutionContext.setMembers(IMdxMember[] member) Modifies the current context.voidIExecutionContext.setMembersQuick(IMdxMember[] members) Modifies the current context. -
Uses of IMdxMember in com.activeviam.activepivot.mdx.intf.internal.epoch
Methods in com.activeviam.activepivot.mdx.intf.internal.epoch with parameters of type IMdxMemberModifier and TypeMethodDescriptionvoidIMdxVersionRestriction.IMdxVersionConsumer.accept(IActivePivotVersion version, IMdxMember member, boolean realTime) Performs an operation on the given arguments.IMdxEpochManager.asRestriction(IMdxMember member) Transforms a member into anIMdxVersionRestriction. -
Uses of IMdxMember in com.activeviam.activepivot.mdx.intf.internal.eval
Methods in com.activeviam.activepivot.mdx.intf.internal.eval that return IMdxMember -
Uses of IMdxMember in com.activeviam.activepivot.mdx.intf.internal.eval.set
Methods in com.activeviam.activepivot.mdx.intf.internal.eval.set that return IMdxMemberModifier and TypeMethodDescriptionIRandomAccessSet.getMember(int index, int hierarchyIndex) Get the hierarchy member of the i-th tuple.Method parameters in com.activeviam.activepivot.mdx.intf.internal.eval.set with type arguments of type IMdxMemberModifier and TypeMethodDescriptionvoidIRandomAccessSet.forEachMember(int hierarchyIndex, IIterationProcedure<IMdxMember> procedure, boolean ordered, int from, int to) For each member with from (inclusive) and to (exclusive) boundaries.voidISet.forEachMember(int hierIndex, IIterationProcedure<IMdxMember> procedure, boolean ordered) Iterates over each member of this set optionally in set order (ordered = false, gives the possibility to iterate in an optimized manner). -
Uses of IMdxMember in com.activeviam.activepivot.mdx.intf.internal.meta
Subinterfaces of IMdxMember in com.activeviam.activepivot.mdx.intf.internal.metaModifier and TypeInterfaceDescriptioninterfaceInterface for range members that dynamically compute their discriminators.interfaceRepresents a fixed member (i.e.interfaceA calculated member.interfaceRepresents a member that exists in the pivot.interfaceMdx range member.Methods in com.activeviam.activepivot.mdx.intf.internal.meta that return IMdxMemberModifier and TypeMethodDescriptionIMdxCube.getDataMember(IMdxFixedMember member) Returns the specified member if the specified member is a leaf member, or if the non-leaf member does not have an associated data member.IMdxHierarchy.getDefaultMember()Returns the default member of this hierarchy.IMdxMember.getParent()Returns the parent of the member.IMdxCube.getUnknownMember(IMdxFixedMember member) Retrieves the unknown member child of the given member.IMdxCube.getUnknownMember(IMdxHierarchy hierarchy) Retrieves the unknown member for a hierarchy.IMdxHierarchy.resolveDefaultMember()This method should only be used in Real Time mode to check if the default member was changed.Methods in com.activeviam.activepivot.mdx.intf.internal.meta that return types with arguments of type IMdxMemberModifier and TypeMethodDescriptionList<? extends IMdxMember> IMdxCube.getMembersRange(int count, IMdxMember member) The N members that lags from the member, including the member, and starting from member.Methods in com.activeviam.activepivot.mdx.intf.internal.meta with parameters of type IMdxMemberModifier and TypeMethodDescriptionIMdxCube.expand(IMdxMember mdxMember) Expands a member range coordinates according to the visible and calculated members.IMdxCube.expandCalculated(IMdxMember mdxMember) Expands a member range coordinates according to the calculated members.IMdxCube.expandPivot(IMdxMember mdxMember) Expands a member range coordinates according to the visible members.IMdxCube.getCellProperty(IMdxMember member, String propertyName, boolean returnDefaultIfNoValue) Cell property value for a given member.intIMdxCube.getChildrenCount(IMdxMember m) Returns the number of children without the DataMember.List<? extends IMdxMember> IMdxCube.getMembersRange(int count, IMdxMember member) The N members that lags from the member, including the member, and starting from member.IMdxMemberProperty.getValue(IMdxMember member) Returns the value of the property for the specified member. -
Uses of IMdxMember in com.activeviam.activepivot.server.impl.private_.builder.cellset.impl
Methods in com.activeviam.activepivot.server.impl.private_.builder.cellset.impl with parameters of type IMdxMemberModifier and TypeMethodDescriptionPositionDataBuilder.withCaptionPath(IMdxMember member) PositionDataBuilder.withNamePath(IMdxMember member) -
Uses of IMdxMember in com.activeviam.activepivot.server.impl.private_.streaming
Methods in com.activeviam.activepivot.server.impl.private_.streaming that return IMdxMemberModifier and TypeMethodDescriptionMdxStreamHelper.StreamingCellIterator.getNonMovingMembers()Returns an array with members on non-moving hierarchies and null on moving hierarchies.Methods in com.activeviam.activepivot.server.impl.private_.streaming that return types with arguments of type IMdxMemberModifier and TypeMethodDescriptionstatic List<IMdxMember> MdxStreamHelper.removeAllMembers(List<? extends IMdxMember> members) Method parameters in com.activeviam.activepivot.server.impl.private_.streaming with type arguments of type IMdxMemberModifier and TypeMethodDescriptionstatic List<IMdxMember> MdxStreamHelper.removeAllMembers(List<? extends IMdxMember> members) MdxStreamHelper.toDTO(List<IMdxMember> members) Converts a list of members to DTO. -
Uses of IMdxMember in com.activeviam.activepivot.server.impl.private_.webservices
Methods in com.activeviam.activepivot.server.impl.private_.webservices that return types with arguments of type IMdxMemberMethods in com.activeviam.activepivot.server.impl.private_.webservices with parameters of type IMdxMemberModifier and TypeMethodDescriptionstatic MemberDTOQueriesService.toDTO(IMdxMember member) Build a MemberDTO that represents the current member.Method parameters in com.activeviam.activepivot.server.impl.private_.webservices with type arguments of type IMdxMemberModifier and TypeMethodDescriptionvoidCellSetState.setDefaultMembers(List<IMdxMember> defaultMembers) -
Uses of IMdxMember in com.activeviam.activepivot.server.intf.private_.streaming
Methods in com.activeviam.activepivot.server.intf.private_.streaming that return types with arguments of type IMdxMember -
Uses of IMdxMember in com.activeviam.activepivot.xmla.pivot.private_.mdx.xmla.impl
Classes in com.activeviam.activepivot.xmla.pivot.private_.mdx.xmla.impl that implement IMdxMemberModifier and TypeClassDescriptionclassEmpty member that contains only a reference to theIMdxHierarchy. -
Uses of IMdxMember in com.qfs.repository.mdx.impl
Methods in com.qfs.repository.mdx.impl with parameters of type IMdxMemberModifier and TypeMethodDescriptionLookUpFunction.LookUpFunctionDefinition.coordinatePath(IMdxMember member) Gets the coordinates of a MDX member.