Method

ArrowORCFileReaderget_field_indices

since: 0.12.0

Declaration [src]

const gint*
garrow_orc_file_reader_get_field_indices (
  GArrowORCFileReader* reader,
  guint* n_field_indices
)

Description

No description available.

Available since: 0.12.0

Parameters

n_field_indices

Type: guint*

The number of the specified indices.

The argument will be set by the function.

Return value

Type: An array of gint

The field indices to be read.

The length of the array is in the n_field_indices argument.
The data is owned by the instance.
The return value can be NULL.