stenlarsson opened a new pull request, #48357: URL: https://github.com/apache/arrow/pull/48357
### Rationale for this change Many compute functions are missing their corresponding options class in the GLib bindings. Many functions can still be used in Ruby with reduced functionality, but some functions like `extract_regex` cannot be used at all. ### What changes are included in this PR? The following options classes are added to the GLib bindings: * GArrowAssumeTimezoneOptions * GArrowCumulativeOptions * GArrowDayOfWeekOptions * GArrowDictionaryEncodeOptions * GArrowElementWiseAggregateOptions * GArrowExtractRegexOptions * GArrowExtractRegexSpanOptions * GArrowJoinOptions * GArrowListFlattenOptions * GArrowListSliceOptions * GArrowMakeStructOptions * GArrowMapLookupOptions * GArrowModeOptions * GArrowNullOptions * GArrowPadOptions * GArrowPairwiseOptions * GArrowPartitionNthOptions * GArrowPivotWiderOptions * GArrowRankQuantileOptions * GArrowReplaceSliceOptions * GArrowReplaceSubstringOptions * GArrowRoundBinaryOptions * GArrowRoundTemporalOptions * GArrowSelectKOptions * GArrowSkewOptions * GArrowSliceOptions * GArrowSplitOptions * GArrowTDigestOptions * GArrowTrimOptions * GArrowWeekOptions * GArrowWinsorizeOptions The following classes are added as well since they were needed in some tests: * GArrowFixedSizeListArray * GArrowFixedSizeListArrayBuilder ### Are these changes tested? All classes are tested with Ruby unit tests. ### Are there any user-facing changes? Yes, new classes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
