【发布时间】:2022-01-19 21:55:15
【问题描述】:
Apache Ignite 是否有类似于 ARRAY_AGG 的聚合函数?我试图在分组后将多个值传递给自定义函数,但我无法为 Apache Ignite 查询执行此操作(posgresql 中的相同查询是使用 ARRAY_AGG 和 Group by 完成的)
【问题讨论】:
标签: sql aggregate-functions ignite
Apache Ignite 是否有类似于 ARRAY_AGG 的聚合函数?我试图在分组后将多个值传递给自定义函数,但我无法为 Apache Ignite 查询执行此操作(posgresql 中的相同查询是使用 ARRAY_AGG 和 Group by 完成的)
【问题讨论】:
标签: sql aggregate-functions ignite
看看GROUP_CONTACT
另请查看custom sql functions。这些可能会对您的用例有所帮助。
【讨论】: