[ Web Proxy ]
URL:
Viewing: https://arrow.apache.org/docs/python/api/../../cpp/../c_glib/arrow-glib/method.Field.export.html [Back]  [Original]

Arrow.Field.export

Arrow

API Version: 25.0

Library Version: 25.0.1

Type
Methods

Generated by gi-docgen 2025.3

Method

ArrowFieldexport

since: 6.0.0

Declaration [src]

gpointer
garrow_field_export (
  GArrowField* field
  GError** error
)

Description

No description available.

Available since: 6.0.0

Return value

Type: gpointer

An exported GArrowField as struct ArrowStruct * on success, NULL on error.

It should be freed with the ArrowSchema::release callback then g_free() when no longer needed.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.

Web Proxy Viewer  |  New URL  |  Original Page