Feature Request: first
with order_by
in Python API
#101
MarcoGorelli
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hmm, aggregates might be a special case, especially with the order by on its arguments |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to have
available in the Python API
Currently, I'm doing something like
In duckdb/duckdb#19252, I was suggested to use
FunctionExpression
. However, there doesn't seem to be a way to pass theorder_by
clause:whereas with
SQLExpression
it works:Beta Was this translation helpful? Give feedback.
All reactions