arrow.split_pattern_options
Module for [SplitPatternOptions] class
Types 3
Methods
SplitPatternOptions self()Returns `this`, for use in `with` statements.SplitPatternOptionsGidBuilder builder()Get builder for [arrow.splitpatternoptions.SplitPatternOptions] Returns: New builder objectlong maxSplits() @propertyvoid maxSplits(long propval) @propertyvoid pattern(string propval) @propertySet `pattern` property. Params: propval = The exact substring to split on.bool reverse() @propertyGet `reverse` property. Returns: Start splitting from the end of the string (only relevant when max_splits != -1)void reverse(bool propval) @propertySet `reverse` property. Params: propval = Start splitting from the end of the string (only relevant when max_splits != -1)Methods
T maxSplits(long propval)T pattern(string propval)Set `pattern` property. Params: propval = The exact substring to split on. Returns: Builder instance for fluent chainingT reverse(bool propval)Set `reverse` property. Params: propval = Start splitting from the end of the string (only relevant when max_splits != -1) Returns: Builder instance for fluent chainingclassSplitPatternOptionsGidBuilder : SplitPatternOptionsGidBuilderImpl!SplitPatternOptionsGidBuilder
Fluent builder for [arrow.split_pattern_options.SplitPatternOptions]
Methods