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 fcc9e5f commit 40bc5f3Copy full SHA for 40bc5f3
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