Constructor

ArrowStrptimeTimestampParsernew

Declaration [src]

GArrowStrptimeTimestampParser*
garrow_strptime_timestamp_parser_new (
  const gchar* format
)

Description

No description available.
Available since:16.0.0

Parameters

format const gchar*
 

A format used by strptime(3).

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.

Return value

Returns: GArrowStrptimeTimestampParser
 

A newly allocated GArrowStrptimeTimestampParser.

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