Expand description
Columnar representations of tree-structured data.
A Tree<T> is a node with a value of type T and a list of children.
Trees<TC> stores a collection of trees with columnar storage for node values.
Columnar representations of tree-structured data.
A Tree<T> is a node with a value of type T and a list of children.
Trees<TC> stores a collection of trees with columnar storage for node values.