Method

ArrowORCFileReaderset_field_indexes

deprecated: 0.12.0 since: 0.10.0

Declaration [src]

void
garrow_orc_file_reader_set_field_indexes (
  GArrowORCFileReader* reader,
  const gint* field_indexes,
  guint n_field_indexes
)

Description

No description available.

Available since: 0.10.0

Deprecated since: 0.12.0

Use garrow_orc_file_reader_set_field_indices() instead.

Parameters

field_indexes

Type: An array of gint

The field indexes to be read.

The argument can be NULL.
The length of the array is specified in the n_field_indexes argument.
The data is owned by the caller of the function.
n_field_indexes

Type: guint

The number of the specified indexes.