Uses of Enum Class
app.babylon.table.aggregation.Aggregate
Packages that use Aggregate
-
Uses of Aggregate in app.babylon.table.aggregation
Methods in app.babylon.table.aggregation that return Aggregate -
Uses of Aggregate in app.babylon.table.column
Methods in app.babylon.table.column with parameters of type AggregateModifier and TypeMethodDescriptionstatic doubleColumns.aggregate(ColumnDouble cd, Aggregate aggregate) static BigDecimalColumns.aggregate(ColumnObject<BigDecimal> cd, Aggregate aggregate) -
Uses of Aggregate in app.babylon.table.plans
Methods in app.babylon.table.plans that return AggregateModifier and TypeMethodDescriptionTablePlanAggregate.AggregateSpec.aggregate()Returns the value of theaggregaterecord component.Methods in app.babylon.table.plans with parameters of type AggregateModifier and TypeMethodDescriptionTablePlanAggregate.withAggregate(ColumnName sourceColumnName, Aggregate aggregate) TablePlanAggregate.withAggregate(ColumnName sourceColumnName, ColumnName outputColumnName, Aggregate aggregate) Constructors in app.babylon.table.plans with parameters of type AggregateModifierConstructorDescriptionAggregateSpec(ColumnName sourceColumnName, ColumnName outputColumnName, Aggregate aggregate) Creates an instance of aAggregateSpecrecord class.