Class BuiltinAggregationExecutor
java.lang.Object
app.ductape.sdk.database.operators.BuiltinAggregationExecutor
Executes built aggregations from
AggregationBuilder against an in-memory BaseAdapter.
Mirrors TS flow: AggregationBuilder.build → adapter.aggregate/groupBy (databases.service.ts).-
Method Summary
Modifier and TypeMethodDescriptionexecuteAggregate(BaseAdapter adapter, Map<String, Object> built) TSAggregationTypes.AggregateOptionsresult shape: alias → value.executeGroupBy(BaseAdapter adapter, Map<String, Object> built) TSIGroupByResult: each element{ group, aggregates }.
-
Method Details
-
executeAggregate
TSAggregationTypes.AggregateOptionsresult shape: alias → value. -
executeGroupBy
public static List<Map<String,Object>> executeGroupBy(BaseAdapter adapter, Map<String, Object> built) TSIGroupByResult: each element{ group, aggregates }.
-