Constructor
ArrowDatasetHivePartitioningnew
Declaration [src]
GADatasetHivePartitioning*
gadataset_hive_partitioning_new (
GArrowSchema* schema,
GList* dictionaries,
GADatasetHivePartitioningOptions* 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 |
GADatasetHivePartitioningOptions |
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: | GADatasetHivePartitioning |
The newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |