Documentation
Dlang.org
HivePartitioning
arrowdataset
hive_partitioning
class
HivePartitioning :
KeyValuePartitioning
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
HivePartitioning
self
();
this
(arrow.schema.Schema schema, arrow.array.Array[] dictionaries, arrowdataset.hive_partitioning_options.HivePartitioningOptions options);
string
getNullFallback
();
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(arrow.schema.Schema schema, arrow.array.Array[] dictionaries, arrowdataset.hive_partitioning_options.HivePartitioningOptions options)
Members
Functions
getNullFallback
string
getNullFallback
()
self
HivePartitioning
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
Inherited Members
From KeyValuePartitioning
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
KeyValuePartitioning
self
()
Returns
this
, for use in
with
statements.
arrowdataset
hive_partitioning
classes
HivePartitioning