Enum graphannis::corpusstorage::QueryLanguage[][src]

#[repr(C)]
pub enum QueryLanguage { AQL, }

An enum over all supported query languages of graphANNIS.

Currently, only the ANNIS Query Language (AQL) is supported, but this enum allows us to add e.g. a quirks mode for older query language versions or completly new query languages.

Variants

Auto Trait Implementations