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 86512a9 commit bc116a9Copy full SHA for bc116a9
clickhouse_backend/models/aggregates.py
@@ -62,3 +62,7 @@ class uniqHLL12(uniq):
62
63
class uniqTheta(uniq):
64
pass
65
+
66
67
+class anyLast(Aggregate):
68
+ pass
0 commit comments