Expand description
SPARQL 1.1 Query Algebra representation.
Structs§
Enums§
- Aggregate
Expression - A set function used in aggregates (c.f.
GraphPattern::Group). - Expression
- An expression.
- Function
- A function name.
- Graph
Pattern - A SPARQL query graph pattern.
- Ground
Term - The union of IRIs, literals and triples.
- Ground
Term Pattern - The union of terms and variables without blank nodes.
- Join
Algorithm - The join algorithm used (c.f.
GraphPattern::Join). - Left
Join Algorithm - The left join algorithm used (c.f.
GraphPattern::LeftJoin). - Minus
Algorithm - The left join algorithm used (c.f.
GraphPattern::Minus). - Named
Node Pattern - The union of IRIs and variables.
- Order
Expression - An ordering comparator used by
GraphPattern::OrderBy. - Property
Path Expression - A property path expression.