diff --git a/python/pyarrow/includes/libarrow.pxd b/python/pyarrow/includes/libarrow.pxd index f6f47c0f3bd2c..dd4b860ae2b2d 100644 --- a/python/pyarrow/includes/libarrow.pxd +++ b/python/pyarrow/includes/libarrow.pxd @@ -2715,10 +2715,10 @@ cdef extern from "arrow/compute/api.h" namespace "arrow::compute" nogil: COrdering() @staticmethod - COrdering Implicit(); + COrdering Implicit() @staticmethod - COrdering Unordered(); + COrdering Unordered() cdef cppclass CSortOptions \ "arrow::compute::SortOptions"(CFunctionOptions):