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:12293–12298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12291}
12292
12293arrow::compute::MakeStructOptions *
12294garrow_make_struct_options_get_raw(GArrowMakeStructOptions *options)
12295{
12296 return static_cast<arrow::compute::MakeStructOptions *>(
12297 garrow_function_options_get_raw(GARROW_FUNCTION_OPTIONS(options)));
12298}

Calls 1

Tested by

no test coverage detected