-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
Component: C++Priority: BlockerMarks a blocker for the releaseMarks a blocker for the releaseType: enhancement
Milestone
Description
We should probably make compute function naming more consistent while it's not too late.
Examples:
- "isin", "minmax" but "less_equal", "or_kleene", "binary_contains_exact"
- "binary_contains_exact" only works on string types
- "ascii_length" accepts non-ascii input and simply counts the number of bytes
- "partition_to_indices" vs. "NthToIndices"
Reporter: Antoine Pitrou / @pitrou
Assignee: Antoine Pitrou / @pitrou
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-9390. Please see the migration documentation for further details.
Metadata
Metadata
Assignees
Labels
Component: C++Priority: BlockerMarks a blocker for the releaseMarks a blocker for the releaseType: enhancement