Commits

Benjamin Kietzman authored a4c860bf471
ARROW-11166: [Python] Add binding for ProjectOptions See also: https://github.com/apache/arrow/pull/8894/#issuecomment-756222590 The "project" compute function is not really intended for direct use; it's primarily a convenience for exposing expressions to projection: https://issues.apache.org/jira/browse/ARROW-11174 As such, maybe it should be hidden instead of exposed to python? Closes #9131 from bkietz/11166-Add-bindings-for-ProjectO Authored-by: Benjamin Kietzman <bengilgit@gmail.com> Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>