Module mz_transform::analysis::subtree

source ·
Expand description

Expression subtree sizes

This analysis counts the number of expressions in each subtree, and is most useful for navigating the results of other analyses that are offset by subtree sizes.

Structs§

  • Analysis that determines the size in child expressions of relation expressions.