Commits


Sutou Kouhei authored and Yosuke Shiro committed a313fea867d
ARROW-7195: [Ruby] Improve #filter, #take, and #is_in This PR add support for the argument of the following functions. - Arrow::Array#is_in(Array, ChunkedArray) - Arrow::Array#filter(Array) - Arrow::Array#take(Array, ChunkedArray) - Arrow::ChunkedArray#filter(Array, ChunkedArray) - Arrow::ChunkedArray#take(Array, ChunkedArray) - Arrow::Table#take(Array, ChunkedArray) Closes #5851 from shiro615/ruby-improve-filter-take-is-in and squashes the following commits: 45448557a <Sutou Kouhei> Add support for is_in(Array) with parameterized typed array 4769ab3fc <Sutou Kouhei> Use shortcut method bffb88a54 <Sutou Kouhei> Use more meaningful parameter name 36c5c37e1 <Sutou Kouhei> Add support for Arrow::Array#filter(Arrow::ChunkedArray) f650261be <Sutou Kouhei> Require all Arrow libraries in loader 9ed960dfb <Sutou Kouhei> Alias methods automatically f47f1b57a <Sutou Kouhei> Use "generic" instead of "array" for generic method e30406d6c <Yosuke Shiro> Improve #filter, #take, and #is_in Lead-authored-by: Sutou Kouhei <kou@clear-code.com> Co-authored-by: Yosuke Shiro <yosuke.shiro615@gmail.com> Signed-off-by: Yosuke Shiro <yosuke.shiro615@gmail.com>