Package com.complexible.stardog.plan.eval.service
-
Interface Summary Interface Description Service Interface representing a Service that is capable of providing results due to the evaluation of a SPARQL query.ServiceQuery.DistinctValuesEstimationFunction ServiceRegistry Registry for SPARQL federated service implementations. -
Class Summary Class Description LogicalServiceQuery Service query which represents a logical service query to be used in the early stages of rewriting and optimization.LogicalServiceQuery.LogicalServiceQueryBuilder PlanNodeBodyServiceQuery AServiceQuery
with aPlanNode
as the body.PlanNodeBodyServiceQuery.CanonicalizedPlanNodeBodyServiceQuery This machinery allows subclasses to return a "canonicalized" version of the query to be used in plan caching.PlanNodeBodyServiceQuery.CanonicalizedPlanNodeBodyServiceQueryBuilder PlanNodeBodyServiceQuery.PlanNodeBodyServiceQueryBuilder Base builder forPlanNodeBodyServiceQuery
objectsServiceParameters Parameters for services when the body does not represent a SPARQL query.ServiceQuery An immutable instance of a query on a given service.ServiceQuery.ServiceQueryBuilder Base service query builder class.ServiceTranslator Turnlogical service queries
into theirphysical counterparts
.Validator Validator forServiceParameters
instances