module documentation

A class for storing a tree graph. Primarily used for filter constructs in the ORM.
Class ​Node A single internal node in the tree graph. A Node should be viewed as a connection (the root) with the children being either leaf nodes or other Node instances.