SplitOptions
Object Hierarchy:
Description:
[
CCode ( type_id =
"garrow_split_options_get_type ()" ) ]
public class SplitOptions :
FunctionOptions
Content:
Properties:
- public int64 max_splits { get; set; }
Maximum number of splits allowed, or unlimited when -1.
- public bool reverse { get; set; }
Start splitting from the end of the string (only relevant when
max_splits != -1).
Creation methods:
Inherited Members:
All known members inherited from class GArrow.FunctionOptions
All known members inherited from class GLib.Object