Class

ArrowExecutePlan

Description

class Arrow.ExecutePlan : GObject.Object {
  parent_instance: GObject
}
No description available.

Ancestors

Constructors

garrow_execute_plan_new
No description available.

Available since: 6.0.0

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_node
No description available.

Available since: 6.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

garrow_execute_plan_get_nodes
No description available.

Available since: 13.0.0

garrow_execute_plan_start

Starts this plan.

Available since: 6.0.0

garrow_execute_plan_stop

Stops this plan.

Available since: 6.0.0

garrow_execute_plan_validate
No description available.

Available since: 6.0.0

garrow_execute_plan_wait

Waits for finishing this plan.

Available since: 6.0.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

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.

Class structure

struct ArrowExecutePlanClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.