Enum SparqlExpressionType
SPARQL Expression Types.
Namespace: VDS.RDF.Query.Expressions
Assembly: dotNetRDF.dll
Syntax
public enum SparqlExpressionType
Fields
Name | Description |
---|---|
Aggregate | The Expression is an Aggregate Function which has one/more arguments |
BinaryOperator | The Expression is a Binary Operator which has two arguments |
Function | The Expression is a Function which has zero/more arguments |
GraphOperator | The Expression is a Unary Operator that applies to a Graph Pattern |
Primary | The Expression is a Primary Expression which is a leaf in the expression tree |
SetOperator | The Expression is a Set Operator where the first argument forms the LHS and all remaining arguments form a set on the RHS |
UnaryOperator | The Expression is a Unary Operator which has a single argument |