arrowdataset.key_value_partitioning_options
Module for [KeyValuePartitioningOptions] class
Types 3
Methods
KeyValuePartitioningOptionsGidBuilder builder() static nothrowGet builder for [arrowdataset.key_value_partitioning_options.KeyValuePartitioningOptions] Returns: New builder objectarrowdataset.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.Fluent builder implementation template for arrowdataset.key_value_partitioning_options.KeyValuePartitioningOptions
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...