Method

ArrowCSVReadOptionsset_timestamp_parsers

Declaration [src]

void
garrow_csv_read_options_set_timestamp_parsers (
  GArrowCSVReadOptions* options,
  GList* parsers
)

Description

No description available.
Available since:16.0.0

Parameters

parsers A list of GArrowTimestampParser*
 

The list of GArrowTimestampParser to be added.

 The data is owned by the caller of the function.