Class
ArrowExecutePlan
Instance methods
garrow_execute_plan_build_aggregate_node
This is a shortcut of garrow_execute_plan_build_node()
for aggregate node.
since: 6.0.0
garrow_execute_plan_build_filter_node
This is a shortcut of garrow_execute_plan_build_node()
for filter node.
since: 12.0.0
garrow_execute_plan_build_hash_join_node
This is a shortcut of garrow_execute_plan_build_node()
for hash
join node.
since: 7.0.0
garrow_execute_plan_build_project_node
This is a shortcut of garrow_execute_plan_build_node()
for project node.
since: 11.0.0
garrow_execute_plan_build_sink_node
This is a shortcut of garrow_execute_plan_build_node()
for sink node.
since: 6.0.0
garrow_execute_plan_build_source_node
This is a shortcut of garrow_execute_plan_build_node()
for source node.
since: 6.0.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.