Constructor
ArrowDatasetDirectoryPartitioningnew
Declaration [src]
GADatasetDirectoryPartitioning*
gadataset_directory_partitioning_new (
GArrowSchema* schema,
GList* dictionaries,
GADatasetKeyValuePartitioningOptions* options,
GError** error
)
Parameters
schema |
GArrowSchema |
A |
|
The data is owned by the caller of the function. | |
dictionaries |
A list of GArrowArray* |
A list of |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
options |
GADatasetKeyValuePartitioningOptions |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GADatasetDirectoryPartitioning |
The newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |