We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581ab9b commit d42dc89Copy full SHA for d42dc89
src/encrypted/functions.sql
@@ -38,9 +38,9 @@ RETURNS jsonb AS $$
38
SELECT COALESCE($1, $2);
39
$$ LANGUAGE sql IMMUTABLE;
40
41
--- DROP AGGREGATE IF EXISTS eql_v1.cs_grouped_value(jsonb);
+-- DROP AGGREGATE IF EXISTS eql_v1.grouped_value(jsonb);
42
43
-CREATE AGGREGATE eql_v1.cs_grouped_value(jsonb) (
+CREATE AGGREGATE eql_v1.grouped_value(jsonb) (
44
SFUNC = eql_v1._first_grouped_value,
45
STYPE = jsonb
46
);
0 commit comments