STR_AGG
Defined in: src/const.ts:26
Enumeration Members
| Enumeration Member | Value | Defined in |
|---|---|---|
CONCAT_ALL | "concat all" | src/const.ts:27 |
CONCAT_COUNTS | "concat counts" | src/const.ts:32 |
CONCAT_UNIQUE | "concat unique" | src/const.ts:28 |
LONGEST | "longest" | src/const.ts:29 |
MOST_FREQUENT | "most frequent" | src/const.ts:31 |
SHORTEST | "shortest" | src/const.ts:30 |