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 AggregateModifier and TypeMethodDescriptionstatic AggregateReturns the enum constant of this class with the specified name.static Aggregate[]Aggregate.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in app.babylon.table.aggregation with parameters of type 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) Computes an aggregate over a double column.static BigDecimalColumns.aggregate(ColumnObject<BigDecimal> cd, Aggregate aggregate) Computes an aggregate over a decimal column. -
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.