Is it possible to use Local-Global Aggregation whe...
# random
i
Is it possible to use Local-Global Aggregation when using the table API or is it only supported via SQL? https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/tuning/#local-global-aggregation
j
The SQL API and Table API get translated to the same objects eventually, so they should work the same