Skip to content

Commit 40bc5f3

Browse files
amin-basirijayvynl
authored andcommitted
feat(aggragation-function): add anyLast function
1 parent fcc9e5f commit 40bc5f3

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)