[][src]Type Definition graphannis::corpusstorage::FrequencyTable

type FrequencyTable<T> = Vec<(Vec<T>, usize)>;

Definition of the result of a frequency query.

This is a vector of rows, and each row is a vector of columns with the different attribute values and a number of matches having this combination of attribute values.