pitrou opened a new pull request #7755:
URL: https://github.com/apache/arrow/pull/7755


   Modified function names:
   * minmax -> min_max
   * binary_isascii -> string_isascii (only works on string types)
   * ascii_length -> binary_length (also make it work on binary types)
   * binary_contains_exact -> match_substring
     (other possibility: has_substring ?)
   * match -> index_in
   * isin -> is_in
   * list_value_lengths -> list_value_length
   * partition_indices -> partition_nth_indices
     (other kinds of partitioning would be possible, e.g. using a predicate)
   
   Document string predicate functions (ARROW-9444).
   
   Also fix the allocation of IsValid output buffer in certain cases.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to