Method

ArrowReadOptionsget_included_fields

Declaration [src]

int*
garrow_read_options_get_included_fields (
  GArrowReadOptions* options,
  gsize* n_fields
)

Description

No description available.
Available since:1.0.0

Parameters

n_fields gsize*
 

The number of included fields.

 The argument will be set by the function.

Return value

Returns: An array of int
 

Top-level schema fields to include when deserializing RecordBatch. If empty, return all deserialized fields.

It should be freed with g_free() when no longer needed.

 The length of the array is in the n_fields argument.
 The caller of the method takes ownership of the data, and is responsible for freeing it.