Skip to content

Commit bc116a9

Browse files
committed
feat(aggragation-function): add anyLast function
1 parent 86512a9 commit bc116a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

clickhouse_backend/models/aggregates.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,7 @@ class uniqHLL12(uniq):
6262

6363
class uniqTheta(uniq):
6464
pass
65+
66+
67+
class anyLast(Aggregate):
68+
pass

0 commit comments

Comments
 (0)