Uses of Enum Class
adalid.core.enums.RowsAggregateOp
Packages that use RowsAggregateOp
-
Uses of RowsAggregateOp in adalid.core
Methods in adalid.core that return RowsAggregateOpMethods in adalid.core with parameters of type RowsAggregateOpModifier and TypeMethodDescriptionprotected voidAbstractDataArtifact.addAggregate(RowsAggregateOp operator, Property... properties) Constructors in adalid.core with parameters of type RowsAggregateOp -
Uses of RowsAggregateOp in adalid.core.enums
Methods in adalid.core.enums that return RowsAggregateOpModifier and TypeMethodDescriptionstatic RowsAggregateOpReturns the enum constant of this class with the specified name.static RowsAggregateOp[]RowsAggregateOp.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RowsAggregateOp in adalid.core.expressions
Methods in adalid.core.expressions that return RowsAggregateOpConstructors in adalid.core.expressions with parameters of type RowsAggregateOpModifierConstructorDescriptionprotectedAbstractRowsAggregateX(RowsAggregateOp operator, Object measure) protectedAbstractRowsAggregateX(RowsAggregateOp operator, Object measure, Entity dimension) protectedAbstractRowsAggregateX(RowsAggregateOp operator, Object measure, Segment filter) protectedAbstractRowsAggregateX(RowsAggregateOp operator, Object measure, Segment filter, Entity dimension) -
Uses of RowsAggregateOp in adalid.core.interfaces
Methods in adalid.core.interfaces that return RowsAggregateOp