[ Web Proxy ]
URL:
Viewing: https://arrow.apache.org/docs/python/api/../../cpp/../c_glib/arrow-glib/class.ExecutePlan.html [Back]  [Original]

Arrow.ExecutePlan

Arrow

API Version: 25.0

Library Version: 25.0.1

Type
Constructors
Instance methods
Properties

Generated by gi-docgen 2025.3

Class

ArrowExecutePlan

Description

class Arrow.ExecutePlan : GObject.Object
{
  /* No available fields */
}

No description available.

Ancestors

Constructors

garrow_execute_plan_new
No description 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.

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

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

garrow_execute_plan_get_nodes
No description available.

since: 13.0.0

garrow_execute_plan_start

Starts this plan.

since: 6.0.0

garrow_execute_plan_stop

Stops this plan.

since: 6.0.0

garrow_execute_plan_validate
No description available.

since: 6.0.0

garrow_execute_plan_wait

Waits for finishing this plan.

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::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;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.

Content


Web Proxy Viewer  |  New URL  |  Original Page