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

Function garrow_make_struct_options_get_raw

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

Source from the content-addressed store, hash-verified

12368}
12369
12370arrow::compute::MakeStructOptions *
12371garrow_make_struct_options_get_raw(GArrowMakeStructOptions *options)
12372{
12373 return static_cast<arrow::compute::MakeStructOptions *>(
12374 garrow_function_options_get_raw(GARROW_FUNCTION_OPTIONS(options)));
12375}

Calls 1

Tested by

no test coverage detected