Class
ArrowExecutePlan
Instance methods
garrow_execute_plan_build_aggregate_node
This is a shortcut of garrow_execute_plan_build_node()
for aggregate node.
Available since: 6.0.0
garrow_execute_plan_build_filter_node
This is a shortcut of garrow_execute_plan_build_node()
for filter node.
Available 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.
Available since: 7.0.0
garrow_execute_plan_build_project_node
This is a shortcut of garrow_execute_plan_build_node()
for project node.
Available since: 11.0.0
garrow_execute_plan_build_sink_node
This is a shortcut of garrow_execute_plan_build_node()
for sink node.
Available since: 6.0.0
garrow_execute_plan_build_source_node
This is a shortcut of garrow_execute_plan_build_node()
for source node.
Available since: 6.0.0
Properties
Arrow.ExecutePlan:plan
No description available.
Signals
Signals inherited from GObject (1)
GObject.Object::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.