Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
10.15.1.3
-
None
-
None
-
Normal
Description
Right now, a user can't implement an aggregate like LISTAGG (GROUP_CONCAT) because LISTAGG takes multiple arguments (the expression being concatenated plus a separator character). The cleanest solution would be an Aggregator which is phrased in terms of a tuple argument. We should check with the Java language experts to see how far away they are from adding tuples to Java. If that feature is a long way out, then we might need to add our own tuple abstraction or add a series of Aggregator interfaces, one for 2 arg aggregates, one for 3 arg aggregates, and so on.
Attachments
Issue Links
- relates to
-
DERBY-6991 GROUP_CONCAT / LISTAGG
-
- Open
-