MCPcopy Create free account
hub / github.com/apache/arrow / garrow_timestamp_parser_get_kind

Function garrow_timestamp_parser_get_kind

c_glib/arrow-glib/timestamp-parser.cpp:116–121  ·  view source on GitHub ↗

* garrow_timestamp_parser_get_kind: * @parser: A #GArrowTimestampParser. * * Returns: The kind of this timestamp parser. * * Since: 16.0.0 */

Source from the content-addressed store, hash-verified

114 * Since: 16.0.0
115 */
116const gchar *
117garrow_timestamp_parser_get_kind(GArrowTimestampParser *parser)
118{
119 auto arrow_parser = garrow_timestamp_parser_get_raw(parser);
120 return arrow_parser->kind();
121}
122
123G_DEFINE_TYPE(GArrowStrptimeTimestampParser,
124 garrow_strptime_timestamp_parser,

Callers

nothing calls this directly

Calls 1

kindMethod · 0.45

Tested by

no test coverage detected