Struct graphannis::corpusstorage::QueryAttributeDescription[][src]

pub struct QueryAttributeDescription {
    pub alternative: usize,
    pub query_fragment: String,
    pub variable: String,
    pub anno_name: Option<String>,
}

Description of an attribute of a query.

Fields

ID of the alternative this attribute is part of.

Textual representation of the query fragment for this attribute.

Auto Trait Implementations