Commits


Benjamin Kietzman authored and Wes McKinney committed a66ab10aaf6
ARROW-7391: [C++][Dataset] Remove Expression subclasses from bindings Serialization is implemented by converting Expressions to Arrays then writing a tiny IPC file. This is a ridiculous way to serialize Expressions but it should be acceptable since these classes are destined to be replaced by `arrow::engine::Expr` Closes #7026 from bkietz/7391-Remove-unnecessary-classe Authored-by: Benjamin Kietzman <bengilgit@gmail.com> Signed-off-by: Wes McKinney <wesm+git@apache.org>