Is your feature request related to a problem?
https://ibis-project.org/reference/expression-generic.html#ibis.expr.types.generic.Value.collect
recommand add 'limit' parameter to return top n values.
What is the motivation behind your request?
No response
Describe the solution you'd like
currect collect would return all values when select a column from ibis object, if the list is too many values, it will use memory first and then use python [:100] to get top 100 values.
What version of ibis are you running?
12.0
What backend(s) are you using, if any?
No response
Code of Conduct
Is your feature request related to a problem?
https://ibis-project.org/reference/expression-generic.html#ibis.expr.types.generic.Value.collect
recommand add 'limit' parameter to return top n values.
What is the motivation behind your request?
No response
Describe the solution you'd like
currect collect would return all values when select a column from ibis object, if the list is too many values, it will use memory first and then use python [:100] to get top 100 values.
What version of ibis are you running?
12.0
What backend(s) are you using, if any?
No response
Code of Conduct