Method

ArrowORCFileReaderset_field_indices

Declaration [src]

void
garrow_orc_file_reader_set_field_indices (
  GArrowORCFileReader* reader,
  const gint* field_indices,
  guint n_field_indices
)

Description

No description available.
Available since:0.12.0

Parameters

field_indices An array of gint
 

The field indices to be read.

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

The number of the specified indices.