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

Function garrow_take_options_get_raw

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

Source from the content-addressed store, hash-verified

11299}
11300
11301arrow::compute::TakeOptions *
11302garrow_take_options_get_raw(GArrowTakeOptions *options)
11303{
11304 return static_cast<arrow::compute::TakeOptions *>(
11305 garrow_function_options_get_raw(GARROW_FUNCTION_OPTIONS(options)));
11306}
11307
11308GArrowArraySortOptions *
11309garrow_array_sort_options_new_raw(const arrow::compute::ArraySortOptions *arrow_options)

Callers 2

garrow_takeFunction · 0.85

Calls 1

Tested by

no test coverage detected