Method

ArrowCSVReadOptionsset_column_names

Declaration [src]

void
garrow_csv_read_options_set_column_names (
  GArrowCSVReadOptions* options,
  const gchar** column_names,
  gsize n_column_names
)

Description

No description available.
Available since:0.15.0

Parameters

column_names An array of gchar*
 

The column names (if empty, will be read from first row after skip_rows)

 The length of the array is specified in the n_column_names argument.
 The data is owned by the caller of the function.
 Each element is a NUL terminated UTF-8 string.
n_column_names gsize
 

The number of the specified column names.