arrowdataset.key_value_partitioning_options

Module for [KeyValuePartitioningOptions] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
KeyValuePartitioningOptions self() nothrowReturns `this`, for use in `with` statements.
KeyValuePartitioningOptionsGidBuilder builder() static nothrowGet builder for [arrowdataset.key_value_partitioning_options.KeyValuePartitioningOptions] Returns: New builder object
arrowdataset.types.SegmentEncoding segmentEncoding() @property nothrowGet `segmentEncoding` property. Returns: After splitting a path into components, decode the path components before parsing according to this scheme.
void segmentEncoding(arrowdataset.types.SegmentEncoding propval) @property nothrowSet `segmentEncoding` property. Params: propval = After splitting a path into components, decode the path components before parsing according to this scheme.
Constructors
this(void * ptr, Flag!"Take" take)
Methods
T segmentEncoding(arrowdataset.types.SegmentEncoding propval) nothrowSet `segmentEncoding` property. Params: propval = After splitting a path into components, decode the path components before parsing according to this scheme. Returns: Builder instance for fluent ch...