Uses of Interface
org.eclipse.rdf4j.query.Dataset
Packages that use Dataset
Package
Description
Interfaces and classes for handling queries and query results.
The rdf4j SPARQL 1.1 parser.
Helper and utility classes for the
SailRepository
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Abstract base implementation and internal helper classes for Sail implementations.
The LMDB based Store.
A Sail implementation that supports full-text indexing via the Lucene API.
-
Uses of Dataset in org.eclipse.rdf4j.federated
Methods in org.eclipse.rdf4j.federated with parameters of type DatasetModifier and TypeMethodDescriptionFederationContext.createStrategy
(Dataset dataset) Create a freshFederationEvalStrategy
using information from this federation context.protected CloseableIteration
<? extends BindingSet> FedXConnection.evaluateInternal
(TupleExpr query, Dataset dataset, BindingSet bindings, boolean includeInferred) 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 DatasetMethods in org.eclipse.rdf4j.federated.evaluation with parameters of type DatasetModifier and TypeMethodDescriptionFederationEvaluationStrategyFactory.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 DatasetModifierConstructorDescriptionFederationEvaluationStatistics
(QueryInfo queryInfo, Dataset dataset) -
Uses of Dataset in org.eclipse.rdf4j.federated.structures
Classes in org.eclipse.rdf4j.federated.structures that implement DatasetModifier and TypeClassDescriptionclass
Abstraction of aDataset
to provide additional information for the evaluation of a query.Fields in org.eclipse.rdf4j.federated.structures declared as DatasetMethods in org.eclipse.rdf4j.federated.structures that return DatasetModifier and TypeMethodDescriptionFedXBooleanQuery.getActiveDataset()
FedXGraphQuery.getActiveDataset()
FedXTupleQuery.getActiveDataset()
FedXBooleanQuery.getDataset()
FedXGraphQuery.getDataset()
FedXTupleQuery.getDataset()
QueryInfo.getDataset()
Methods in org.eclipse.rdf4j.federated.structures with parameters of type DatasetModifier and TypeMethodDescriptionvoid
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 DatasetModifierConstructorDescriptionFedXDataset
(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 DatasetModifier and TypeMethodDescriptionstatic Dataset
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 DatasetModifier and TypeMethodDescriptionstatic 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.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 DatasetModifier and TypeMethodDescriptionprotected 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) SPARQLProtocolSession.sendGraphQuery
(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, WeakReference<?> callerRef, Binding... bindings) Deprecated.WeakReferenceinvalid input: '<'?> callerRef argument will be removedvoid
SPARQLProtocolSession.sendGraphQuery
(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, RDFHandler handler, Binding... bindings) SPARQLProtocolSession.sendGraphQuery
(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, WeakReference<?> callerRef, Binding... bindings) Deprecated.WeakReferenceinvalid input: '<'?> callerRef argument will be removedvoid
SPARQLProtocolSession.sendGraphQuery
(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, RDFHandler handler, Binding... bindings) SPARQLProtocolSession.sendTupleQuery
(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, WeakReference<?> callerRef, Binding... bindings) Deprecated.WeakReferenceinvalid input: '<'?> callerRef argument will be removedvoid
SPARQLProtocolSession.sendTupleQuery
(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, TupleQueryResultHandler handler, Binding... bindings) SPARQLProtocolSession.sendTupleQuery
(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, WeakReference<?> callerRef, Binding... bindings) Deprecated.WeakReferenceinvalid input: '<'?> 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 DatasetMethods in org.eclipse.rdf4j.http.protocol.transaction.operations with parameters of type DatasetConstructors in org.eclipse.rdf4j.http.protocol.transaction.operations with parameters of type DatasetModifierConstructorDescriptionSPARQLUpdateOperation
(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 DatasetModifier and TypeMethodDescriptionOperation.getDataset()
Gets the dataset that has been set usingOperation.setDataset(Dataset)
, if any.Methods in org.eclipse.rdf4j.query with parameters of type DatasetModifier and TypeMethodDescriptionvoid
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 DatasetModifier and TypeMethodDescriptionEvaluationStrategyFactory.createEvaluationStrategy
(Dataset dataset, TripleSource tripleSource, EvaluationStatistics evaluationStatistics) protected abstract CloseableIteration
<? extends BindingSet> 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 DatasetMethods in org.eclipse.rdf4j.query.algebra.evaluation.impl that return DatasetModifier and TypeMethodDescriptionArrayBindingBasedQueryEvaluationContext.getDataset()
QueryEvaluationContext.getDataset()
QueryEvaluationContext.Minimal.getDataset()
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type DatasetModifier and TypeMethodDescriptionDefaultEvaluationStrategyFactory.createEvaluationStrategy
(Dataset dataset, TripleSource tripleSource, EvaluationStatistics evaluationStatistics) ExtendedEvaluationStrategyFactory.createEvaluationStrategy
(Dataset dataset, TripleSource tripleSource, EvaluationStatistics evaluationStatistics) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategyFactory.createEvaluationStrategy
(Dataset dataset, TripleSource tripleSource, EvaluationStatistics evaluationStatistics) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type DatasetModifierConstructorDescriptionDefaultEvaluationStrategy
(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) 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.ExtendedEvaluationStrategy
(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.Set the shared now value to a preexisting objectMinimal
(Literal now, Dataset dataset, Comparator<Value> comparator) Set the shared now value to a preexisting objectMinimal
(Dataset dataset, Comparator<Value> comparator) Minimal
(Dataset dataset, ValueFactory valueFactory) Minimal
(Dataset dataset, ValueFactory valueFactory, Comparator<Value> comparator) 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.optimizer
Methods in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type DatasetModifier and TypeMethodDescriptionvoid
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.impl
Classes in org.eclipse.rdf4j.query.impl that implement DatasetFields in org.eclipse.rdf4j.query.impl declared as DatasetMethods in org.eclipse.rdf4j.query.impl that return DatasetModifier and TypeMethodDescriptionstatic Dataset
AbstractParserQuery.getActiveDataset()
Gets the "active" dataset for this query.AbstractOperation.getDataset()
FallbackDataset.getFallback()
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.FallbackDataset.getPrimary()
Methods in org.eclipse.rdf4j.query.impl with parameters of type DatasetModifier and TypeMethodDescriptionstatic Dataset
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 DatasetMethods in org.eclipse.rdf4j.query.parser that return types with arguments of type DatasetMethods in org.eclipse.rdf4j.query.parser with parameters of type DatasetModifier and TypeMethodDescriptionvoid
ParsedUpdate.map
(UpdateExpr updateExpr, Dataset dataset) void
ParsedQuery.setDataset
(Dataset dataset) Constructors in org.eclipse.rdf4j.query.parser with parameters of type DatasetModifierConstructorDescriptionprotected
ParsedQuery
(String sourceString, TupleExpr tupleExpr, Dataset dataset) Creates a new query object.protected
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 DatasetModifier and TypeMethodDescriptionAbstractParserQuery.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 DatasetModifier and TypeMethodDescriptionprotected 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 -
Uses of Dataset in org.eclipse.rdf4j.repository.sail.helpers
Methods in org.eclipse.rdf4j.repository.sail.helpers with parameters of type DatasetModifier and TypeMethodDescriptionvoid
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 DatasetMethods in org.eclipse.rdf4j.repository.sparql.query that return DatasetMethods in org.eclipse.rdf4j.repository.sparql.query with parameters of type Dataset -
Uses of Dataset in org.eclipse.rdf4j.sail
Methods in org.eclipse.rdf4j.sail that return DatasetMethods in org.eclipse.rdf4j.sail with parameters of type DatasetModifier and TypeMethodDescriptionCloseableIteration
<? extends BindingSet> 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 DatasetModifierConstructorDescriptionUpdateContext
(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 DatasetModifier and TypeMethodDescriptionprotected CloseableIteration
<? extends BindingSet> SailSourceConnection.evaluateInternal
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) 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 DatasetModifier and TypeMethodDescriptionfinal CloseableIteration
<? extends BindingSet> AbstractSailConnection.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) CloseableIteration
<? extends BindingSet> SailConnectionWrapper.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) protected abstract CloseableIteration
<? extends BindingSet> AbstractSailConnection.evaluateInternal
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) 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 DatasetModifier and TypeMethodDescriptionCloseableIteration
<? extends BindingSet> 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.lmdb
Methods in org.eclipse.rdf4j.sail.lmdb with parameters of type DatasetModifier and TypeMethodDescriptionprotected CloseableIteration
<? extends BindingSet> LmdbStoreConnection.evaluateInternal
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) -
Uses of Dataset in org.eclipse.rdf4j.sail.lucene
Methods in org.eclipse.rdf4j.sail.lucene with parameters of type DatasetModifier and TypeMethodDescriptionCloseableIteration
<? extends BindingSet> LuceneSailConnection.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) -
Uses of Dataset in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Methods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that return DatasetModifier and TypeMethodDescriptionstatic 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 DatasetModifier and TypeMethodDescriptionDelegatingGraphQuery.getDataset()
DelegatingTupleQuery.getDataset()
DelegatingUpdate.getDataset()
Methods in org.eclipse.rdf4j.spring.support.query with parameters of type DatasetModifier and TypeMethodDescriptionvoid
DelegatingGraphQuery.setDataset
(Dataset dataset) void
DelegatingTupleQuery.setDataset
(Dataset dataset) void
DelegatingUpdate.setDataset
(Dataset dataset) -
Uses of Dataset in org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest
Methods in org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest with parameters of type DatasetModifier and TypeMethodDescriptionprotected void
SPARQLQueryComplianceTest.testParameterListener
(String displayName, String testURI, String name, String queryFileURL, String resultFileURL, Dataset dataset, boolean ordered, boolean laxCardinality) This can be overridden in order to read one or more of the test parameters.protected void
SPARQLComplianceTest.DynamicSparqlComplianceTest.uploadDataset
(Dataset dataset) Constructors in org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest with parameters of type Dataset
invalid reference