Method

ArrowORCFileReaderget_field_indexes

Declaration [src]

const gint*
garrow_orc_file_reader_get_field_indexes (
  GArrowORCFileReader* reader,
  guint* n_field_indexes
)

Description

No description available.
Available since:0.10.0
Deprecated since:0.12.0

Use garrow_orc_file_reader_get_field_indices() instead.

Parameters

n_field_indexes guint*
 

The number of the specified indexes.

 The argument will be set by the function.

Return value

Returns: An array of gint
 

The field indexes to be read.

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