Package adalid.core.expressions
Class XB.EntityExpressionBuilder.RowsAggregate
- java.lang.Object
-
- adalid.core.expressions.XB.EntityExpressionBuilder.RowsAggregate
-
- Enclosing class:
- XB.EntityExpressionBuilder
public class XB.EntityExpressionBuilder.RowsAggregate extends Object
-
-
Constructor Summary
Constructors Constructor Description RowsAggregate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NumericRowsAggregateXrowcount(Entity measure)NumericRowsAggregateXrowcount(Entity measure, Entity dimension)NumericRowsAggregateXrowcount(Entity measure, Segment filter)NumericRowsAggregateXrowcount(Entity measure, Segment filter, Entity dimension)
-
-
-
Method Detail
-
rowcount
public NumericRowsAggregateX rowcount(Entity measure)
-
rowcount
public NumericRowsAggregateX rowcount(Entity measure, Segment filter)
-
rowcount
public NumericRowsAggregateX rowcount(Entity measure, Entity dimension)
-
rowcount
public NumericRowsAggregateX rowcount(Entity measure, Segment filter, Entity dimension)
-
-