Method
ArrowCSVReadOptionsset_column_names
since: 0.15.0
Declaration [src]
void
garrow_csv_read_options_set_column_names (
  GArrowCSVReadOptions* options,
  const gchar** column_names,
  gsize n_column_names
)
Parameters
- column_names
- 
            Type: 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_namesargument.The data is owned by the caller of the function. Each element is a NUL terminated UTF-8 string. 
- n_column_names
- 
            Type: gsizeThe number of the specified column names.