-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
Description
This has been explained to me as a metafunction and a backend but in that case the backend should not be registered with the function registry. Note both:
const FunctionDoc filter_doc(
"Filter with a boolean selection filter",
("The output is populated with values from the input at positions\n"
"where the selection filter is non-zero. Nulls in the selection filter\n"
"are handled based on FilterOptions."),
{"input", "selection_filter"}, "FilterOptions");and
const FunctionDoc array_filter_doc(
"Filter with a boolean selection filter",
("The output is populated with values from the input `array` at positions\n"
"where the selection filter is non-zero. Nulls in the selection filter\n"
"are handled based on FilterOptions."),
{"array", "selection_filter"}, "FilterOptions");which seems wrong as well.
Also sort_indices / array_sort_indices
Reporter: Weston Pace / @westonpace
Related issues:
- [Python] Hide hash_* functions from pyarrow.compute (relates to)
- [Python][C++] index_in_meta_binary/is_in_meta_binary should not show up in functions list (relates to)
Note: This issue was originally created as ARROW-13873. Please see the migration documentation for further details.