Skip to main content

group_lookup_specs

Function group_lookup_specs 

Source
pub fn group_lookup_specs(specs: &[LookupColumnSpec]) -> Vec<LookupGroup>
Expand description

Groups a list of LookupColumnSpecs by their table type.

Columns with the same LookupTableType are batched into a single BatchedDecompLogupProtocol instance.