| 1 | """Illustrates the "materialized paths" pattern. |
| 2 | |
| 3 | Materialized paths is a way to represent a tree structure in SQL with fast |
| 4 | descendant and ancestor queries at the expense of moving nodes (which require |
nothing calls this directly
no test coverage detected