Documentation
Dlang.org
KeyValuePartitioning
arrowdataset
key_value_partitioning
class
KeyValuePartitioning :
Partitioning
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
KeyValuePartitioning
self
();
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
Members
Functions
self
KeyValuePartitioning
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
Inherited Members
From Partitioning
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
Partitioning
self
()
Returns
this
, for use in
with
statements.
createDefault
arrowdataset
.
partitioning
.
Partitioning
createDefault
()
getTypeName
string
getTypeName
()
arrowdataset
key_value_partitioning
classes
KeyValuePartitioning