Commits


Hirokazu SUZUKI authored and GitHub committed 35ef0fddb3c
GH-34819: [Ruby] Add Slicer::ColumnCondition#match_substring (#34902) ### Rationale for this change C GLib supported `MatchSubstringOptions` in #34725. This PR will use this and will supply an easy to use API in Ruby binding. ### What changes are included in this PR? - Add a class `Arrow::Slicer::MatchSubstringCondition` - Add a method `#match_substring` in `Arrow::Slicer::ColumnCondition` ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: #34819 Lead-authored-by: Hirokazu SUZUKI <heronshoes877@gmail.com> Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>