arrowdataset.hive_partitioning_options
Module for [HivePartitioningOptions] class
Types 3
classHivePartitioningOptions : arrowdataset.key_value_partitioning_options.KeyValuePartitioningOptions
Methods
HivePartitioningOptionsGidBuilder builder() static nothrowGet builder for [arrowdataset.hive_partitioning_options.HivePartitioningOptions] Returns: New builder objectstring nullFallback() @property nothrowGet `nullFallback` property. Returns: The fallback string for null. This is used only by #GADatasetHivePartitioning.void nullFallback(string propval) @property nothrowSet `nullFallback` property. Params: propval = The fallback string for null. This is used only by #GADatasetHivePartitioning.classHivePartitioningOptionsGidBuilderImpl(T) : arrowdataset.key_value_partitioning_options.KeyValuePartitioningOptionsGidBuilderImpl!T
Fluent builder implementation template for arrowdataset.hive_partitioning_options.HivePartitioningOptions
Methods
T nullFallback(string propval) nothrowSet `nullFallback` property. Params: propval = The fallback string for null. This is used only by #GADatasetHivePartitioning. Returns: Builder instance for fluent chaining