Constructor
ArrowTablenew_values
Declaration [src]
GArrowTable*
garrow_table_new_values (
GArrowSchema* schema,
GList* values,
GError** error
)
Description
No description available.
Available since: | 0.12.0 |
This constructor is not directly available to language bindings |
Parameters
schema |
GArrowSchema |
The schema of the table. |
|
The data is owned by the caller of the function. | |
values |
A list of gpointer |
The values of the table. All values must be instance of
the same class. Available classes are |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GArrowTable |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |