SparqlEvaluationContext Class |
Namespace: VDS.RDF.Query
The SparqlEvaluationContext type exposes the following members.
Name | Description | |
---|---|---|
SparqlEvaluationContext(SparqlResultBinder) |
Creates a new Evaluation Context which is a Container for the given Result Binder.
| |
SparqlEvaluationContext(SparqlQuery, ISparqlDataset) |
Creates a new Evaluation Context for the given Query over the given Dataset.
| |
SparqlEvaluationContext(SparqlQuery, ISparqlDataset, ISparqlQueryAlgebraProcessorBaseMultiset, SparqlEvaluationContext) |
Creates a new Evaluation Context for the given Query over the given Dataset using a specific processor.
|
Name | Description | |
---|---|---|
Binder |
Gets/Sets the Results Binder.
| |
Data |
Gets the Dataset the query is over.
| |
InputMultiset |
Gets/Sets the Input Multiset.
| |
Item |
Gets/Sets a Object that should be persisted over the entire Evaluation Context.
| |
OutputMultiset |
Gets/Sets the Output Multiset.
| |
Processor |
Gets the custom query processor that is in use (if any).
| |
Query |
Gets the Query that is being evaluated.
| |
QueryTime |
Retrieves the Time in milliseconds the query took to evaluate.
| |
QueryTimeout |
Gets the Query Timeout used for the Query.
| |
QueryTimeTicks |
Retrieves the Time in ticks the query took to evaluate.
| |
RemainingTimeout |
Gets the Remaining Timeout i.e. the Timeout taking into account time already elapsed.
| |
TrimTemporaryVariables |
Gets/Sets whether BGPs should trim temporary variables.
|
Name | Description | |
---|---|---|
CheckTimeout |
Checks whether Execution should Time out.
| |
EndExecution |
Ends the Execution Timer.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Evaluate |
Evalutes an Algebra Operator in this Context using the current Query Processor (if any) or the default Evaluate() method.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
StartExecution |
Starts the Execution Timer.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |