arrowdataset.hive_partitioning_options

Module for [HivePartitioningOptions] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
HivePartitioningOptions self() nothrowReturns `this`, for use in `with` statements.
HivePartitioningOptionsGidBuilder builder() static nothrowGet builder for [arrowdataset.hive_partitioning_options.HivePartitioningOptions] Returns: New builder object
string 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.
Constructors
this(void * ptr, Flag!"Take" take)

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