Skip to content

[C++] Review compute function names #17265

@asfimport

Description

@asfimport

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

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions