Uses of Interface
org.eclipse.rdf4j.query.Dataset
-
-
Uses of Dataset in org.eclipse.rdf4j.federated
Methods in org.eclipse.rdf4j.federated with parameters of type Dataset Modifier and Type Method Description FederationEvalStrategy
FederationContext. createStrategy(Dataset dataset)
Create a freshFederationEvalStrategy
using information from this federation context.protected CloseableIteration<? extends BindingSet,QueryEvaluationException>
FedXConnection. evaluateInternal(TupleExpr query, Dataset dataset, BindingSet bindings, boolean includeInferred)
Explanation
FedXConnection. explain(Explanation.Level level, TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int timeoutSeconds)
-
Uses of Dataset in org.eclipse.rdf4j.federated.evaluation
Methods in org.eclipse.rdf4j.federated.evaluation that return Dataset Modifier and Type Method Description Dataset
FederationEvaluationStatistics. getDataset()
Methods in org.eclipse.rdf4j.federated.evaluation with parameters of type Dataset Modifier and Type Method Description FederationEvalStrategy
FederationEvaluationStrategyFactory. createEvaluationStrategy(Dataset dataset, TripleSource tripleSource, EvaluationStatistics evaluationStatistics)
Create theFederationEvalStrategy
to be used.boolean
SailTripleSource. hasStatements(StatementPattern stmt, BindingSet bindings, QueryInfo queryInfo, Dataset dataset)
boolean
SparqlTripleSource. hasStatements(StatementPattern stmt, BindingSet bindings, QueryInfo queryInfo, Dataset dataset)
boolean
TripleSource. hasStatements(StatementPattern stmt, BindingSet bindings, QueryInfo queryInfo, Dataset dataset)
Check if the provided statement can return results.Constructors in org.eclipse.rdf4j.federated.evaluation with parameters of type Dataset Constructor Description FederationEvaluationStatistics(QueryInfo queryInfo, Dataset dataset)
-
Uses of Dataset in org.eclipse.rdf4j.federated.structures
Classes in org.eclipse.rdf4j.federated.structures that implement Dataset Modifier and Type Class Description class
FedXDataset
Abstraction of aDataset
to provide additional information for the evaluation of a query.Fields in org.eclipse.rdf4j.federated.structures declared as Dataset Modifier and Type Field Description protected Dataset
FedXDataset. delegate
Methods in org.eclipse.rdf4j.federated.structures that return Dataset Modifier and Type Method Description Dataset
FedXBooleanQuery. getActiveDataset()
Dataset
FedXGraphQuery. getActiveDataset()
Dataset
FedXTupleQuery. getActiveDataset()
Dataset
FedXBooleanQuery. getDataset()
Dataset
FedXGraphQuery. getDataset()
Dataset
FedXTupleQuery. getDataset()
Dataset
QueryInfo. getDataset()
Methods in org.eclipse.rdf4j.federated.structures with parameters of type Dataset Modifier and Type Method Description void
FedXBooleanQuery. setDataset(Dataset dataset)
void
FedXGraphQuery. setDataset(Dataset dataset)
void
FedXTupleQuery. setDataset(Dataset dataset)
Constructors in org.eclipse.rdf4j.federated.structures with parameters of type Dataset Constructor Description FedXDataset(Dataset delegate)
QueryInfo(String query, String baseURI, QueryType queryType, int maxExecutionTime, boolean includeInferred, FederationContext federationContext, FederationEvalStrategy strategy, Dataset dataset)
QueryInfo(Resource subj, IRI pred, Value obj, int maxExecutionTime, boolean includeInferred, FederationContext federationContext, FederationEvalStrategy strategy, Dataset dataset)
SubQuery(StatementPattern stmt, Dataset dataset)
-
Uses of Dataset in org.eclipse.rdf4j.federated.util
Methods in org.eclipse.rdf4j.federated.util that return Dataset Modifier and Type Method Description static Dataset
FedXUtil. toDataset(Resource[] contexts)
Convert the given contexts to aDataset
representation.static Dataset
FedXUtil. toDataset(StatementPattern stmt, Dataset dataset)
Methods in org.eclipse.rdf4j.federated.util with parameters of type Dataset Modifier and Type Method Description static String
QueryStringUtil. askQueryString(ExclusiveTupleExpr expr, BindingSet bindings, Dataset dataset)
Transform theExclusiveTupleExpr
into a ASK query stringstatic String
QueryStringUtil. askQueryString(StatementPattern stmt, BindingSet bindings, Dataset dataset)
Construct a boolean ASK query for the provided statement.static String
QueryStringUtil. selectQueryString(ExclusiveGroup group, BindingSet bindings, FilterValueExpr filterExpr, AtomicBoolean evaluated, Dataset dataset)
Construct a SELECT query for the providedExclusiveGroup
.static String
QueryStringUtil. selectQueryString(ExclusiveTupleExprRenderer expr, BindingSet bindings, FilterValueExpr filterExpr, AtomicBoolean evaluated, Dataset dataset)
Construct a SELECT query for the providedExclusiveTupleExprRenderer
static String
QueryStringUtil. selectQueryString(StatementPattern stmt, BindingSet bindings, FilterValueExpr filterExpr, AtomicBoolean evaluated, Dataset dataset)
Construct a SELECT query for the provided statement.static String
QueryStringUtil. selectQueryStringBoundCheck(StatementPattern stmt, List<BindingSet> unionBindings, Dataset dataset)
Construct a SELECT query for a grouped bound check.static String
QueryStringUtil. selectQueryStringBoundJoinVALUES(StatementPattern stmt, List<BindingSet> unionBindings, FilterValueExpr filterExpr, AtomicBoolean evaluated, Dataset dataset)
Creates a bound join subquery using the SPARQL 1.1 VALUES operator.static String
QueryStringUtil. selectQueryStringBoundUnion(StatementPattern stmt, List<BindingSet> unionBindings, FilterValueExpr filterExpr, Boolean evaluated, Dataset dataset)
Deprecated.replaced with#selectQueryStringBoundJoinVALUES(StatementPattern, List, FilterValueExpr, AtomicBoolean)
static String
QueryStringUtil. selectQueryStringLimit1(ExclusiveGroup group, BindingSet bindings, Dataset dataset)
Construct a SELECT query for the providedExclusiveGroup
with LIMIT 1.static String
QueryStringUtil. selectQueryStringLimit1(ExclusiveTupleExpr expr, BindingSet bindings, Dataset dataset)
Construct a SELECT query for the provided expr with LIMIT 1.static String
QueryStringUtil. selectQueryStringLimit1(StatementPattern stmt, BindingSet bindings, Dataset dataset)
Construct a SELECT query for the provided statement with LIMIT 1.static Resource[]
FedXUtil. toContexts(StatementPattern stmt, Dataset dataset)
Retrieve the contexts from theStatementPattern
andDataset
.static Resource[]
FedXUtil. toContexts(Dataset ds)
Convert the givenDataset
to an array of contextsstatic Dataset
FedXUtil. toDataset(StatementPattern stmt, Dataset dataset)
-
Uses of Dataset in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client with parameters of type Dataset Modifier and Type Method Description protected org.apache.http.client.methods.HttpUriRequest
RDF4JProtocolSession. getQueryMethod(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings)
protected org.apache.http.client.methods.HttpUriRequest
SPARQLProtocolSession. getQueryMethod(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings)
protected List<org.apache.http.NameValuePair>
RDF4JProtocolSession. getQueryMethodParameters(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings)
protected List<org.apache.http.NameValuePair>
SPARQLProtocolSession. getQueryMethodParameters(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings)
protected org.apache.http.client.methods.HttpUriRequest
RDF4JProtocolSession. getUpdateMethod(QueryLanguage ql, String update, String baseURI, Dataset dataset, boolean includeInferred, int maxExecutionTime, Binding... bindings)
protected org.apache.http.client.methods.HttpUriRequest
SPARQLProtocolSession. getUpdateMethod(QueryLanguage ql, String update, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings)
protected org.apache.http.client.methods.HttpUriRequest
SPARQLProtocolSession. getUpdateMethod(QueryLanguage ql, String update, String baseURI, Dataset dataset, boolean includeInferred, Binding... bindings)
protected List<org.apache.http.NameValuePair>
RDF4JProtocolSession. getUpdateMethodParameters(QueryLanguage ql, String update, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings)
protected List<org.apache.http.NameValuePair>
SPARQLProtocolSession. getUpdateMethodParameters(QueryLanguage ql, String update, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings)
protected List<org.apache.http.NameValuePair>
SPARQLProtocolSession. getUpdateMethodParameters(QueryLanguage ql, String update, String baseURI, Dataset dataset, boolean includeInferred, Binding... bindings)
boolean
SPARQLProtocolSession. sendBooleanQuery(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings)
boolean
SPARQLProtocolSession. sendBooleanQuery(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, Binding... bindings)
GraphQueryResult
SPARQLProtocolSession. sendGraphQuery(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, WeakReference<?> callerRef, Binding... bindings)
Deprecated.WeakReference callerRef argument will be removedvoid
SPARQLProtocolSession. sendGraphQuery(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, RDFHandler handler, Binding... bindings)
GraphQueryResult
SPARQLProtocolSession. sendGraphQuery(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, WeakReference<?> callerRef, Binding... bindings)
Deprecated.WeakReference callerRef argument will be removedvoid
SPARQLProtocolSession. sendGraphQuery(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, RDFHandler handler, Binding... bindings)
TupleQueryResult
SPARQLProtocolSession. sendTupleQuery(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, WeakReference<?> callerRef, Binding... bindings)
Deprecated.WeakReference callerRef argument will be removedvoid
SPARQLProtocolSession. sendTupleQuery(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, TupleQueryResultHandler handler, Binding... bindings)
TupleQueryResult
SPARQLProtocolSession. sendTupleQuery(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, WeakReference<?> callerRef, Binding... bindings)
Deprecated.WeakReference callerRef argument will be removedvoid
SPARQLProtocolSession. sendUpdate(QueryLanguage ql, String update, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings)
void
SPARQLProtocolSession. sendUpdate(QueryLanguage ql, String update, String baseURI, Dataset dataset, boolean includeInferred, Binding... bindings)
-
Uses of Dataset in org.eclipse.rdf4j.http.protocol.transaction.operations
Methods in org.eclipse.rdf4j.http.protocol.transaction.operations that return Dataset Modifier and Type Method Description Dataset
SPARQLUpdateOperation. getDataset()
Methods in org.eclipse.rdf4j.http.protocol.transaction.operations with parameters of type Dataset Modifier and Type Method Description void
SPARQLUpdateOperation. setDataset(Dataset dataset)
Constructors in org.eclipse.rdf4j.http.protocol.transaction.operations with parameters of type Dataset Constructor Description SPARQLUpdateOperation(String updateString, String baseURI, boolean includeInferred, Dataset dataset, Binding... bindings)
-
Uses of Dataset in org.eclipse.rdf4j.query
Methods in org.eclipse.rdf4j.query that return Dataset Modifier and Type Method Description Dataset
Operation. getDataset()
Gets the dataset that has been set usingOperation.setDataset(Dataset)
, if any.Methods in org.eclipse.rdf4j.query with parameters of type Dataset Modifier and Type Method Description void
Operation. setDataset(Dataset dataset)
Specifies the dataset against which to execute an operation, overriding any dataset that is specified in the operation itself. -
Uses of Dataset in org.eclipse.rdf4j.query.algebra.evaluation
Methods in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type Dataset Modifier and Type Method Description EvaluationStrategy
EvaluationStrategyFactory. createEvaluationStrategy(Dataset dataset, TripleSource tripleSource, EvaluationStatistics evaluationStatistics)
protected abstract CloseableIteration<? extends BindingSet,QueryEvaluationException>
AbstractQueryPreparer. evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime)
protected abstract void
AbstractQueryPreparer. execute(UpdateExpr updateExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime)
void
QueryOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)
-
Uses of Dataset in org.eclipse.rdf4j.query.algebra.evaluation.impl
Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl declared as Dataset Modifier and Type Field Description protected Dataset
DefaultEvaluationStrategy. dataset
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl that return Dataset Modifier and Type Method Description Dataset
ArrayBindingBasedQueryEvaluationContext. getDataset()
Dataset
QueryEvaluationContext. getDataset()
Dataset
QueryEvaluationContext.Minimal. getDataset()
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type Dataset Modifier and Type Method Description EvaluationStrategy
DefaultEvaluationStrategyFactory. createEvaluationStrategy(Dataset dataset, TripleSource tripleSource, EvaluationStatistics evaluationStatistics)
EvaluationStrategy
ExtendedEvaluationStrategyFactory. createEvaluationStrategy(Dataset dataset, TripleSource tripleSource, EvaluationStatistics evaluationStatistics)
Deprecated, for removal: This API element is subject to removal in a future version.EvaluationStrategy
StrictEvaluationStrategyFactory. createEvaluationStrategy(Dataset dataset, TripleSource tripleSource, EvaluationStatistics evaluationStatistics)
Deprecated, for removal: This API element is subject to removal in a future version.void
QueryJoinOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.void
QueryModelNormalizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.void
QueryModelPruner. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)
Deprecated.Applies generally applicable optimizations: path expressions are sorted from more to less specific.Constructors in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type Dataset Constructor Description DefaultEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver)
DefaultEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver, long iterationCacheSyncTreshold, EvaluationStatistics evaluationStatistics)
DefaultEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver, long iterationCacheSyncTreshold, EvaluationStatistics evaluationStatistics, boolean trackResultSize)
DefaultEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver, long iterationCacheSyncTreshold, EvaluationStatistics evaluationStatistics, boolean trackResultSize, TupleFunctionRegistry tupleFunctionRegistry)
EvaluationStrategyImpl(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver)
Deprecated.ExtendedEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver, long iterationCacheSyncThreshold, EvaluationStatistics evaluationStatistics)
Deprecated, for removal: This API element is subject to removal in a future version.Minimal(Literal now, Dataset dataset)
Set the shared now value to a preexisting objectMinimal(Dataset dataset)
Minimal(Dataset dataset, ValueFactory vf)
SimpleEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver)
Deprecated.SimpleEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver, long iterationCacheSyncTreshold)
Deprecated.StrictEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver)
Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver, long iterationCacheSyncTreshold, EvaluationStatistics evaluationStatistics)
Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver, long iterationCacheSyncTreshold, EvaluationStatistics evaluationStatistics, boolean trackResultSize)
Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver, long iterationCacheSyncTreshold, EvaluationStatistics evaluationStatistics, boolean trackResultSize, TupleFunctionRegistry tupleFunctionRegistry)
Deprecated, for removal: This API element is subject to removal in a future version.TupleFunctionEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver)
Deprecated, for removal: This API element is subject to removal in a future version.TupleFunctionEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver, long iterationCacheSyncThreshold)
Deprecated, for removal: This API element is subject to removal in a future version.TupleFunctionEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver, long iterationCacheSyncThreshold, EvaluationStatistics evaluationStatistics)
Deprecated, for removal: This API element is subject to removal in a future version.TupleFunctionEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver, TupleFunctionRegistry tupleFunctionRegistry)
Deprecated, for removal: This API element is subject to removal in a future version.TupleFunctionEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver, TupleFunctionRegistry tupleFuncRegistry, long iterationCacheSyncThreshold, EvaluationStatistics evaluationStatistics)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Dataset in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator that return Dataset Modifier and Type Method Description Dataset
FilterIterator.RetainedVariableFilteredQueryEvaluationContext. getDataset()
-
Uses of Dataset in org.eclipse.rdf4j.query.algebra.evaluation.limited
Constructors in org.eclipse.rdf4j.query.algebra.evaluation.limited with parameters of type Dataset Constructor Description LimitedSizeEvaluationStrategy(TripleSource tripleSource, Dataset dataset, int maxCollectionsSize, FederatedServiceResolver serviceManager)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Dataset in org.eclipse.rdf4j.query.algebra.evaluation.optimizer
Methods in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type Dataset Modifier and Type Method Description void
BindingAssignerOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)
void
BindingSetAssignmentInlinerOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)
void
CompareOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)
Applies generally applicable optimizations to the supplied query: variable assignments are inlined.void
ConjunctiveConstraintSplitterOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)
void
ConstantOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)
Applies generally applicable optimizations to the supplied query: variable assignments are inlined.void
DisjunctiveConstraintOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)
void
FilterOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)
void
IterativeEvaluationOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)
void
OrderLimitOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)
void
ParentReferenceChecker. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)
void
ParentReferenceCleaner. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)
void
ProjectionRemovalOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)
void
QueryJoinOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)
Applies generally applicable optimizations: path expressions are sorted from more to less specific.void
QueryModelNormalizerOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)
void
RegexAsStringFunctionOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)
Applies generally applicable optimizations to the supplied query: variable assignments are inlined.void
SameTermFilterOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)
Applies generally applicable optimizations to the supplied query: variable assignments are inlined.void
UnionScopeChangeOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)
-
Uses of Dataset in org.eclipse.rdf4j.query.algebra.evaluation.util
Methods in org.eclipse.rdf4j.query.algebra.evaluation.util with parameters of type Dataset Modifier and Type Method Description void
QueryOptimizerList. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Dataset in org.eclipse.rdf4j.query.impl
Classes in org.eclipse.rdf4j.query.impl that implement Dataset Modifier and Type Class Description class
DatasetImpl
Deprecated.UseSimpleDataset
instead.class
FallbackDataset
class
SimpleDataset
A simple implementation of theDataset
interface.Fields in org.eclipse.rdf4j.query.impl declared as Dataset Modifier and Type Field Description protected Dataset
AbstractOperation. dataset
Methods in org.eclipse.rdf4j.query.impl that return Dataset Modifier and Type Method Description static Dataset
FallbackDataset. fallback(Dataset primary, Dataset fallback)
Dataset
AbstractParserQuery. getActiveDataset()
Gets the "active" dataset for this query.Dataset
AbstractOperation. getDataset()
protected Dataset
AbstractParserUpdate. getMergedDataset(Dataset sparqlDefinedDataset)
Determines the active dataset by appropriately merging the pre-set dataset and the dataset defined in the SPARQL operation itself.Methods in org.eclipse.rdf4j.query.impl with parameters of type Dataset Modifier and Type Method Description static Dataset
FallbackDataset. fallback(Dataset primary, Dataset fallback)
protected Dataset
AbstractParserUpdate. getMergedDataset(Dataset sparqlDefinedDataset)
Determines the active dataset by appropriately merging the pre-set dataset and the dataset defined in the SPARQL operation itself.void
AbstractOperation. setDataset(Dataset dataset)
-
Uses of Dataset in org.eclipse.rdf4j.query.parser
Methods in org.eclipse.rdf4j.query.parser that return Dataset Modifier and Type Method Description Dataset
ParsedQuery. getDataset()
Methods in org.eclipse.rdf4j.query.parser that return types with arguments of type Dataset Modifier and Type Method Description Map<UpdateExpr,Dataset>
ParsedUpdate. getDatasetMapping()
Methods in org.eclipse.rdf4j.query.parser with parameters of type Dataset Modifier and Type Method Description void
ParsedUpdate. map(UpdateExpr updateExpr, Dataset dataset)
void
ParsedQuery. setDataset(Dataset dataset)
Constructors in org.eclipse.rdf4j.query.parser with parameters of type Dataset Constructor Description ParsedQuery(String sourceString, TupleExpr tupleExpr, Dataset dataset)
Creates a new query object.ParsedQuery(TupleExpr tupleExpr, Dataset dataset)
Creates a new query object. -
Uses of Dataset in org.eclipse.rdf4j.query.parser.impl
Methods in org.eclipse.rdf4j.query.parser.impl that return Dataset Modifier and Type Method Description Dataset
AbstractParserQuery. getActiveDataset()
Gets the "active" dataset for this query.protected Dataset
AbstractParserUpdate. getMergedDataset(Dataset sparqlDefinedDataset)
Determines the active dataset by appropriately merging the pre-set dataset and the dataset defined in the SPARQL operation itself.Methods in org.eclipse.rdf4j.query.parser.impl with parameters of type Dataset Modifier and Type Method Description protected Dataset
AbstractParserUpdate. getMergedDataset(Dataset sparqlDefinedDataset)
Determines the active dataset by appropriately merging the pre-set dataset and the dataset defined in the SPARQL operation itself. -
Uses of Dataset in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql that return Dataset Modifier and Type Method Description static Dataset
DatasetDeclProcessor. process(org.eclipse.rdf4j.query.parser.sparql.ast.ASTOperationContainer qc)
Extracts a SPARQLDataset
from an ASTQueryContainer, if one is contained. -
Uses of Dataset in org.eclipse.rdf4j.repository.sail.helpers
Methods in org.eclipse.rdf4j.repository.sail.helpers with parameters of type Dataset Modifier and Type Method Description void
SailUpdateExecutor. executeUpdate(UpdateExpr updateExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime)
-
Uses of Dataset in org.eclipse.rdf4j.repository.sparql.query
Fields in org.eclipse.rdf4j.repository.sparql.query declared as Dataset Modifier and Type Field Description protected Dataset
SPARQLOperation. dataset
Deprecated.Methods in org.eclipse.rdf4j.repository.sparql.query that return Dataset Modifier and Type Method Description Dataset
SPARQLOperation. getDataset()
Deprecated.Methods in org.eclipse.rdf4j.repository.sparql.query with parameters of type Dataset Modifier and Type Method Description void
SPARQLOperation. setDataset(Dataset dataset)
Deprecated. -
Uses of Dataset in org.eclipse.rdf4j.sail
Methods in org.eclipse.rdf4j.sail that return Dataset Modifier and Type Method Description Dataset
UpdateContext. getDataset()
Methods in org.eclipse.rdf4j.sail with parameters of type Dataset Modifier and Type Method Description CloseableIteration<? extends BindingSet,QueryEvaluationException>
SailConnection. evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)
Evaluates the supplied TupleExpr on the data contained in this Sail object, using the (optional) dataset and supplied bindings as input parameters.default Explanation
SailConnection. explain(Explanation.Level level, TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int timeoutSeconds)
Explain how the TupleExpr will be (or has been) executed/evaluated by returning a TupleExpr (which may or may not be the provided TupleExpr) that has gone through zero or more of the stages prior to and also including execution as specified by the provided level.Constructors in org.eclipse.rdf4j.sail with parameters of type Dataset Constructor Description UpdateContext(UpdateExpr updateExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)
-
Uses of Dataset in org.eclipse.rdf4j.sail.base
Methods in org.eclipse.rdf4j.sail.base with parameters of type Dataset Modifier and Type Method Description protected CloseableIteration<? extends BindingSet,QueryEvaluationException>
SailSourceConnection. evaluateInternal(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)
Explanation
SailSourceConnection. explain(Explanation.Level level, TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int timeoutSeconds)
protected EvaluationStrategy
SailSourceConnection. getEvaluationStrategy(Dataset dataset, TripleSource tripleSource)
-
Uses of Dataset in org.eclipse.rdf4j.sail.helpers
Methods in org.eclipse.rdf4j.sail.helpers with parameters of type Dataset Modifier and Type Method Description CloseableIteration<? extends BindingSet,QueryEvaluationException>
AbstractSailConnection. evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)
CloseableIteration<? extends BindingSet,QueryEvaluationException>
SailConnectionWrapper. evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)
protected abstract CloseableIteration<? extends BindingSet,QueryEvaluationException>
AbstractSailConnection. evaluateInternal(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)
Explanation
SailConnectionWrapper. explain(Explanation.Level level, TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int timeoutSeconds)
-
Uses of Dataset in org.eclipse.rdf4j.sail.inferencer
Methods in org.eclipse.rdf4j.sail.inferencer with parameters of type Dataset Modifier and Type Method Description CloseableIteration<? extends BindingSet,QueryEvaluationException>
InferencerConnectionWrapper. evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)
CallsInferencerConnectionWrapper.flushUpdates()
before forwarding the call to the wrapped connection. -
Uses of Dataset in org.eclipse.rdf4j.sail.lucene
Methods in org.eclipse.rdf4j.sail.lucene with parameters of type Dataset Modifier and Type Method Description CloseableIteration<? extends BindingSet,QueryEvaluationException>
LuceneSailConnection. evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)
-
Uses of Dataset in org.eclipse.rdf4j.sail.nativerdf
Methods in org.eclipse.rdf4j.sail.nativerdf with parameters of type Dataset Modifier and Type Method Description protected EvaluationStrategy
LimitedSizeNativeStoreConnection. getEvaluationStrategy(Dataset dataset, TripleSource tripleSource)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Dataset in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Methods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that return Dataset Modifier and Type Method Description static Dataset
PlanNodeHelper. asDefaultGraphDataset(Resource[] dataGraph)
-
Uses of Dataset in org.eclipse.rdf4j.spring.support.query
Methods in org.eclipse.rdf4j.spring.support.query that return Dataset Modifier and Type Method Description Dataset
DelegatingGraphQuery. getDataset()
Dataset
DelegatingTupleQuery. getDataset()
Dataset
DelegatingUpdate. getDataset()
Methods in org.eclipse.rdf4j.spring.support.query with parameters of type Dataset Modifier and Type Method Description void
DelegatingGraphQuery. setDataset(Dataset dataset)
void
DelegatingTupleQuery. setDataset(Dataset dataset)
void
DelegatingUpdate. setDataset(Dataset dataset)
-
Uses of Dataset in org.eclipse.rdf4j.testsuite.query.algebra.geosparql
Constructors in org.eclipse.rdf4j.testsuite.query.algebra.geosparql with parameters of type Dataset Constructor Description GeoSPARQLManifestTest(String displayName, String testURI, String name, String queryFileURL, String resultFileURL, Dataset dataset, boolean ordered, boolean laxCardinality)
-
Uses of Dataset in org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest
Fields in org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest declared as Dataset Modifier and Type Field Description protected Dataset
SPARQLQueryTest. dataset
Deprecated.protected Dataset
SPARQLUpdateConformanceTest. dataset
Deprecated.Methods in org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest with parameters of type Dataset Modifier and Type Method Description SPARQLQueryTest
SPARQLQueryTest.Factory. createSPARQLQueryTest(String testURI, String name, String queryFileURL, String resultFileURL, Dataset dataSet, boolean laxCardinality)
SPARQLQueryTest
SPARQLQueryTest.Factory. createSPARQLQueryTest(String testURI, String name, String queryFileURL, String resultFileURL, Dataset dataSet, boolean laxCardinality, boolean checkOrder)
protected void
SPARQLComplianceTest. uploadDataset(Dataset dataset)
protected void
SPARQLQueryTest. uploadDataset(Dataset dataset)
Deprecated.Constructors in org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest with parameters of type Dataset Constructor Description SPARQL10QueryComplianceTest(String displayName, String testURI, String name, String queryFileURL, String resultFileURL, Dataset dataset, boolean ordered, boolean laxCardinality)
SPARQL11QueryComplianceTest(String displayName, String testURI, String name, String queryFileURL, String resultFileURL, Dataset dataset, boolean ordered, boolean laxCardinality)
SPARQL12QueryComplianceTest(String displayName, String testURI, String name, String queryFileURL, String resultFileURL, Dataset dataset, boolean ordered, boolean laxCardinality)
SPARQLQueryComplianceTest(String displayName, String testURI, String name, String queryFileURL, String resultFileURL, Dataset dataset, boolean ordered, boolean laxCardinality)
SPARQLQueryTest(String testURI, String name, String queryFileURL, String resultFileURL, Dataset dataSet, boolean laxCardinality, boolean checkOrder, String... ignoredTests)
Deprecated.SPARQLQueryTest(String testURI, String name, String queryFileURL, String resultFileURL, Dataset dataSet, boolean laxCardinality, String... ignoredTests)
Deprecated.
-