Documentation
Dlang.org
DirectoryPartitioning
arrowdataset
directory_partitioning
class
DirectoryPartitioning :
KeyValuePartitioning
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
DirectoryPartitioning
self
();
this
(arrow.schema.Schema schema, arrow.array.Array[] dictionaries, arrowdataset.key_value_partitioning_options.KeyValuePartitioningOptions options);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(arrow.schema.Schema schema, arrow.array.Array[] dictionaries, arrowdataset.key_value_partitioning_options.KeyValuePartitioningOptions options)
Members
Functions
self
DirectoryPartitioning
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
directory_partitioning
classes
DirectoryPartitioning