Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ garrow_expression_get_raw
Function
garrow_expression_get_raw
c_glib/arrow-glib/expression.cpp:425–430 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
423
}
424
425
arrow::compute::Expression *
426
garrow_expression_get_raw(GArrowExpression *expression)
427
{
428
auto priv = GARROW_EXPRESSION_GET_PRIVATE(expression);
429
return &(priv->expression);
430
}
Callers
4
gadataset_scanner_builder_set_filter
Function · 0.85
garrow_filter_node_options_new
Function · 0.85
garrow_project_node_options_new
Function · 0.85
garrow_call_expression_new
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected