Uses of Enum
org.eclipse.rdf4j.federated.structures.QueryType
Packages that use QueryType
-
Uses of QueryType in org.eclipse.rdf4j.federated.evaluation
Methods in org.eclipse.rdf4j.federated.evaluation with parameters of type QueryTypeModifier and TypeMethodDescriptionTripleSource.getStatements(String preparedQuery, QueryType queryType, QueryInfo queryInfo)
Deprecated.TripleSource.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
Methods in org.eclipse.rdf4j.federated.structures that return QueryTypeModifier 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.Constructors in org.eclipse.rdf4j.federated.structures with parameters of type QueryTypeModifierConstructorDescriptionQueryInfo(String query, String baseURI, QueryType queryType, int maxExecutionTime, boolean includeInferred, FederationContext federationContext, FederationEvalStrategy strategy, Dataset dataset)