Commits


Wes McKinney authored and Antoine Pitrou committed e7f176beca8
ARROW-8896: [C++] Use Take to implement dictionary<T> to T casts In addition to removing duplicated logic, this decreases the size of -O3 libarrow.so about 250K on Linux. Closes #7320 from wesm/ARROW-8896 Authored-by: Wes McKinney <wesm+git@apache.org> Signed-off-by: Antoine Pitrou <antoine@python.org>