eta.plan.get_last_plan_node

get_last_plan_node(plan_node)[source]

Get the last 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 last node in the linked list.

Return type:

PlanNode