Uses of Enum
org.eclipse.rdf4j.federated.structures.QueryType
-
Uses of QueryType in org.eclipse.rdf4j.federated.evaluation
Modifier and TypeMethodDescriptionTripleSource.getStatements
(String preparedQuery, BindingSet queryBindings, QueryType queryType, QueryInfo queryInfo) Evaluate a given SPARQL query of the provided query type at the given source.TripleSourceBase.getStatements
(String preparedQuery, BindingSet queryBindings, QueryType queryType, QueryInfo queryInfo) -
Uses of QueryType in org.eclipse.rdf4j.federated.structures
Modifier and TypeMethodDescriptionQueryInfo.getQueryType()
static QueryType
Returns the enum constant of this type with the specified name.static QueryType[]
QueryType.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionQueryInfo
(String query, String baseURI, QueryType queryType, int maxExecutionTime, boolean includeInferred, FederationContext federationContext, FederationEvalStrategy strategy, Dataset dataset)