-
Notifications
You must be signed in to change notification settings - Fork 8.3k
A window function for tree traversal. #29701
Copy link
Copy link
Open
Labels
comp-window-functionsWindow function execution + frame handling (ROW_NUMBER/RANK/LAG/LEAD, frames, partitions, order).Window function execution + frame handling (ROW_NUMBER/RANK/LAG/LEAD, frames, partitions, order).feature
Description
Use case
#29693
A table has child -> parent relationship but does not have "top_ancestor" column.
We want to calculate it on the fly.
Describe the solution you'd like
A window function treeTopAncestor(child, parent) collects a tree in memory for every window and then outputs the most reachable ancestor for every row.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
comp-window-functionsWindow function execution + frame handling (ROW_NUMBER/RANK/LAG/LEAD, frames, partitions, order).Window function execution + frame handling (ROW_NUMBER/RANK/LAG/LEAD, frames, partitions, order).feature