Method

ArrowCSVReadOptionsadd_timestamp_parser

Declaration [src]

void
garrow_csv_read_options_add_timestamp_parser (
  GArrowCSVReadOptions* options,
  GArrowTimestampParser* parser
)

Description

No description available.
Available since:16.0.0

Parameters

parser GArrowTimestampParser
 

The GArrowTimestampParser to be added.

 The data is owned by the caller of the function.