ISparqlExpression Interface |
Namespace: VDS.RDF.Query.Expressions
The ISparqlExpression type exposes the following members.
Name | Description | |
---|---|---|
Arguments |
Gets the Arguments of this Expression.
| |
CanParallelise |
Gets whether an expression can safely be evaluated in parallel.
| |
Functor |
Gets the Function Name or Operator Symbol - function names may be URIs of Keywords or the empty string in the case of primary expressions.
| |
Type |
Gets the SPARQL Expression Type.
| |
Variables |
Gets an enumeration of all the Variables used in an expression.
|
Name | Description | |
---|---|---|
Evaluate |
Evalutes a SPARQL Expression for the given binding in a given context.
| |
Transform |
Transforms the arguments of the expression using the given transformer.
|