Skip to content

Commit 028fc6c

Browse files
committed
refactor(api)!: make Table.aggregate metrics argument positional-only
1 parent f363a07 commit 028fc6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ibis/expr/types/relations.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -936,6 +936,8 @@ def view(self) -> Table:
936936
def aggregate(
937937
self,
938938
metrics: Sequence[ir.Scalar] | None = (),
939+
/,
940+
*,
939941
by: Sequence[ir.Value] | None = (),
940942
having: Sequence[ir.BooleanValue] | None = (),
941943
**kwargs: ir.Value,

0 commit comments

Comments
 (0)