Method

ArrowCSVReadOptionsget_column_types

Declaration [src]

GHashTable*
garrow_csv_read_options_get_column_types (
  GArrowCSVReadOptions* options
)

Description

No description available.
Available since:0.12.0

Return value

Returns: GHashTable
 

The column name and value type mapping of the options.

 The caller of the method takes ownership of the data, and is responsible for freeing it.