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