View Source Tablex.Optimizer (tablex v0.2.0-alpha.2)
This module is responsible for optimizing a table.
Optimization is done by regrouping the rules of the table. After an optimization, duplicated rules are removed, and similar rules are merged.
Link to this section Summary
Functions
Optimize a table.
Link to this section Functions
@spec optimize(Tablex.Table.t()) :: Tablex.Table.t()
Optimize a table.