eta.plan.get_first_plan_node

get_first_plan_node(plan_node)[source]

Get the first plan node in a linked list of plan nodes.

Parameters:

plan_node (PlanNode) – An arbitrary node within the linked list of plan nodes.

Returns:

The first node in the linked list.

Return type:

PlanNode