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

Function garrow_struct_field_options_get_raw

c_glib/arrow-glib/compute.cpp:11640–11645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11638}
11639
11640arrow::compute::StructFieldOptions *
11641garrow_struct_field_options_get_raw(GArrowStructFieldOptions *options)
11642{
11643 return static_cast<arrow::compute::StructFieldOptions *>(
11644 garrow_function_options_get_raw(GARROW_FUNCTION_OPTIONS(options)));
11645}
11646
11647GArrowAssumeTimezoneOptions *
11648garrow_assume_timezone_options_new_raw(

Calls 1

Tested by

no test coverage detected