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.