Commits


Yosuke Shiro authored and Krisztián Szűcs committed 9c9310b6789
ARROW-7171: [Ruby] Pass Array<Boolean> for Arrow::Table#filter This PR includes the following changes. - Support `Arrow::Table#filter(Array<Boolean>)`. - Refactor `Arrow::Table#slice` using `Arrow::Table#filter`. Closes #5837 from shiro615/ruby-pass-boolean-array-for-table-slice and squashes the following commits: 1094bc4ef <Sutou Kouhei> Return null raw for null filter value 06b3f0272 <Yosuke Shiro> Refactor Arrow::Table#slice using Arrow::Table#filter d98c49dd0 <Yosuke Shiro> Pass Array<Boolean> for Arrow::Table#filter Lead-authored-by: Yosuke Shiro <yosuke.shiro615@gmail.com> Co-authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>