Skip to content

Commit

Permalink
Update the explaination for vector functions
Browse files Browse the repository at this point in the history
  • Loading branch information
icexelloss committed Aug 8, 2023
1 parent f1fd112 commit 7fb0eb9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions python/pyarrow/_compute.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -2802,10 +2802,9 @@ def register_vector_function(func, function_name, function_doc, in_types, out_ty
This API is EXPERIMENTAL.
A vector function is a function that executes vector
operations on arrays. Unlike scalar function, vector
function often has a grouping semantics and the output
for a row depends on other rows. A typical example
of vector function is "rank".
operations on arrays. Vector function is often used
when compute doesn't fit other more specific types of
functions (e.g., scalar and aggregate).
Parameters
----------
Expand Down

0 comments on commit 7fb0eb9

Please sign in to comment.