Skip to content

feat: support aggregates on global tbls

Arseniy Volynets requested to merge test-aggregates-with-global into master

Summary

  • feat: support aggregates on global tbls
  • update sbroad submodule
  • add integration tests with aggregates on global tables
  • groupby, having and aggregates are now supported for global tbls

Close #...

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • (if Lua API changed) Lua API version is bumped in luamod.rs
  • (if necessary) A follow-up doc issue is created in picodata/docs and linked here

Merge request reports