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

Function ggandiva_native_function_get_raw

c_glib/gandiva-glib/native-function.cpp:268–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268const gandiva::NativeFunction *
269ggandiva_native_function_get_raw(GGandivaNativeFunction *native_function)
270{
271 auto priv = GGANDIVA_NATIVE_FUNCTION_GET_PRIVATE(native_function);
272 return priv->native_function;
273}

Calls

no outgoing calls

Tested by

no test coverage detected