Documentation Language: Swift

Property

queries

Queries indexed by their names.

let queries: OrderedDictionary<String, MTLQuery>

Discussion

Queries extend AQL with custom side-effect-free operations that can be invoked from templates and other queries. They support both standalone and contextual query definitions.