Movatterモバイル変換


[0]ホーム

URL:


Constructor

ArrowTablenew_arrays

since: 0.12.0

Declaration[src]

GArrowTable*garrow_table_new_arrays(GArrowSchema*schema,GArrowArray**arrays,gsizen_arrays,GError**error)

Description

No description available.

Available since: 0.12.0

Parameters

schema

Type: GArrowSchema

The schema of the table.

The data is owned by the caller of the function.
arrays

Type: An array of GArrowArray*

The arrays of the table.

The length of the array is specified in then_arrays argument.
The data is owned by the caller of the function.
n_arrays

Type: gsize

The number of arrays.

error

Type: GError **

The return location fora recoverable error.

The argument can beNULL.
If the return location is notNULL, then you must initialize it to aNULLGError*.
The argument will left initialized toNULL by the constructor if there are no errors.
In case of error, the argument will be set to a newly allocatedGError; the caller will take ownership of the data, and be responsible for freeing it.

Return value

Type: GArrowTable

A newly createdGArrowTable orNULL on error.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The return value can beNULL.

[8]ページ先頭

©2009-2025 Movatter.jp