Uses of Interface
org.eclipse.rdf4j.query.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.HttpUriRequestRDF4JProtocolSession. getQueryMethod(QueryLanguage ql, java.lang.String query, java.lang.String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings)protected org.apache.http.client.methods.HttpUriRequestSPARQLProtocolSession. getQueryMethod(QueryLanguage ql, java.lang.String query, java.lang.String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings)protected java.util.List<org.apache.http.NameValuePair>RDF4JProtocolSession. getQueryMethodParameters(QueryLanguage ql, java.lang.String query, java.lang.String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings)protected java.util.List<org.apache.http.NameValuePair>SPARQLProtocolSession. getQueryMethodParameters(QueryLanguage ql, java.lang.String query, java.lang.String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings)protected org.apache.http.client.methods.HttpUriRequestRDF4JProtocolSession. getUpdateMethod(QueryLanguage ql, java.lang.String update, java.lang.String baseURI, Dataset dataset, boolean includeInferred, int maxExecutionTime, Binding... bindings)protected org.apache.http.client.methods.HttpUriRequestSPARQLProtocolSession. getUpdateMethod(QueryLanguage ql, java.lang.String update, java.lang.String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings)protected org.apache.http.client.methods.HttpUriRequestSPARQLProtocolSession. getUpdateMethod(QueryLanguage ql, java.lang.String update, java.lang.String baseURI, Dataset dataset, boolean includeInferred, Binding... bindings)protected java.util.List<org.apache.http.NameValuePair>RDF4JProtocolSession. getUpdateMethodParameters(QueryLanguage ql, java.lang.String update, java.lang.String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings)protected java.util.List<org.apache.http.NameValuePair>SPARQLProtocolSession. getUpdateMethodParameters(QueryLanguage ql, java.lang.String update, java.lang.String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings)protected java.util.List<org.apache.http.NameValuePair>SPARQLProtocolSession. getUpdateMethodParameters(QueryLanguage ql, java.lang.String update, java.lang.String baseURI, Dataset dataset, boolean includeInferred, Binding... bindings)booleanSPARQLProtocolSession. sendBooleanQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings)booleanSPARQLProtocolSession. sendBooleanQuery(QueryLanguage ql, java.lang.String query, Dataset dataset, boolean includeInferred, Binding... bindings)GraphQueryResultSPARQLProtocolSession. sendGraphQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, java.lang.ref.WeakReference<?> callerRef, Binding... bindings)Deprecated.WeakReference> callerRef argument will be removedvoidSPARQLProtocolSession. sendGraphQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, RDFHandler handler, Binding... bindings)GraphQueryResultSPARQLProtocolSession. sendGraphQuery(QueryLanguage ql, java.lang.String query, Dataset dataset, boolean includeInferred, java.lang.ref.WeakReference<?> callerRef, Binding... bindings)Deprecated.WeakReference> callerRef argument will be removedvoidSPARQLProtocolSession. sendGraphQuery(QueryLanguage ql, java.lang.String query, Dataset dataset, boolean includeInferred, RDFHandler handler, Binding... bindings)TupleQueryResultSPARQLProtocolSession. sendTupleQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, java.lang.ref.WeakReference<?> callerRef, Binding... bindings)Deprecated.WeakReference> callerRef argument will be removedvoidSPARQLProtocolSession. sendTupleQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, TupleQueryResultHandler handler, Binding... bindings)TupleQueryResultSPARQLProtocolSession. sendTupleQuery(QueryLanguage ql, java.lang.String query, Dataset dataset, boolean includeInferred, java.lang.ref.WeakReference<?> callerRef, Binding... bindings)Deprecated.WeakReference> callerRef argument will be removedvoidSPARQLProtocolSession. sendUpdate(QueryLanguage ql, java.lang.String update, java.lang.String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings)voidSPARQLProtocolSession. sendUpdate(QueryLanguage ql, java.lang.String update, java.lang.String baseURI, Dataset dataset, boolean includeInferred, Binding... bindings) -
Uses of Dataset in org.eclipse.rdf4j.http.protocol.transaction.operations
Fields in org.eclipse.rdf4j.http.protocol.transaction.operations declared as Dataset Modifier and Type Field Description private DatasetSPARQLUpdateOperation. datasetMethods in org.eclipse.rdf4j.http.protocol.transaction.operations that return Dataset Modifier and Type Method Description DatasetSPARQLUpdateOperation. getDataset()Methods in org.eclipse.rdf4j.http.protocol.transaction.operations with parameters of type Dataset Modifier and Type Method Description voidSPARQLUpdateOperation. setDataset(Dataset dataset)Constructors in org.eclipse.rdf4j.http.protocol.transaction.operations with parameters of type Dataset Constructor Description SPARQLUpdateOperation(java.lang.String updateString, java.lang.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 DatasetOperation. 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 voidOperation. 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 EvaluationStrategyEvaluationStrategyFactory. 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 voidAbstractQueryPreparer. execute(UpdateExpr updateExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime)voidQueryOptimizer. 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 DatasetDefaultEvaluationStrategy. datasetprivate DatasetQueryEvaluationContext.Minimal. datasetMethods in org.eclipse.rdf4j.query.algebra.evaluation.impl that return Dataset Modifier and Type Method Description DatasetArrayBindingBasedQueryEvaluationContext. getDataset()DatasetQueryEvaluationContext. getDataset()DatasetQueryEvaluationContext.Minimal. getDataset()Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type Dataset Modifier and Type Method Description EvaluationStrategyDefaultEvaluationStrategyFactory. createEvaluationStrategy(Dataset dataset, TripleSource tripleSource, EvaluationStatistics evaluationStatistics)EvaluationStrategyExtendedEvaluationStrategyFactory. createEvaluationStrategy(Dataset dataset, TripleSource tripleSource, EvaluationStatistics evaluationStatistics)Deprecated, for removal: This API element is subject to removal in a future version.EvaluationStrategyStrictEvaluationStrategyFactory. createEvaluationStrategy(Dataset dataset, TripleSource tripleSource, EvaluationStatistics evaluationStatistics)Deprecated, for removal: This API element is subject to removal in a future version.voidQueryJoinOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.voidQueryModelNormalizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.voidQueryModelPruner. 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.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 voidBindingAssignerOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)voidBindingSetAssignmentInlinerOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)voidCompareOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)Applies generally applicable optimizations to the supplied query: variable assignments are inlined.voidConjunctiveConstraintSplitterOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)voidConstantOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)Applies generally applicable optimizations to the supplied query: variable assignments are inlined.voidDisjunctiveConstraintOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)voidFilterOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)voidIterativeEvaluationOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)voidOrderLimitOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)voidParentReferenceChecker. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)voidParentReferenceCleaner. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)voidProjectionRemovalOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)voidQueryJoinOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)Applies generally applicable optimizations: path expressions are sorted from more to less specific.voidQueryModelNormalizerOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)voidRegexAsStringFunctionOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)Applies generally applicable optimizations to the supplied query: variable assignments are inlined.voidSameTermFilterOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)Applies generally applicable optimizations to the supplied query: variable assignments are inlined.voidUnionScopeChangeOptimizer. 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 voidQueryOptimizerList. 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 classDatasetImplDeprecated.UseSimpleDatasetinstead.classFallbackDatasetclassSimpleDatasetA simple implementation of theDatasetinterface.Fields in org.eclipse.rdf4j.query.impl declared as Dataset Modifier and Type Field Description protected DatasetAbstractOperation. datasetprivate DatasetFallbackDataset. fallbackprivate DatasetFallbackDataset. primaryMethods in org.eclipse.rdf4j.query.impl that return Dataset Modifier and Type Method Description static DatasetFallbackDataset. fallback(Dataset primary, Dataset fallback)DatasetAbstractParserQuery. getActiveDataset()Gets the "active" dataset for this query.DatasetAbstractOperation. getDataset()protected DatasetAbstractParserUpdate. 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 DatasetFallbackDataset. fallback(Dataset primary, Dataset fallback)protected DatasetAbstractParserUpdate. getMergedDataset(Dataset sparqlDefinedDataset)Determines the active dataset by appropriately merging the pre-set dataset and the dataset defined in the SPARQL operation itself.voidAbstractOperation. setDataset(Dataset dataset)Constructors in org.eclipse.rdf4j.query.impl with parameters of type Dataset Constructor Description FallbackDataset(Dataset primary, Dataset secondary) -
Uses of Dataset in org.eclipse.rdf4j.query.parser
Fields in org.eclipse.rdf4j.query.parser declared as Dataset Modifier and Type Field Description private DatasetParsedQuery. datasetThe dataset that was specified in the operation, if any.Fields in org.eclipse.rdf4j.query.parser with type parameters of type Dataset Modifier and Type Field Description private java.util.Map<UpdateExpr,Dataset>ParsedUpdate. datasetMappingMethods in org.eclipse.rdf4j.query.parser that return Dataset Modifier and Type Method Description DatasetParsedQuery. getDataset()Methods in org.eclipse.rdf4j.query.parser that return types with arguments of type Dataset Modifier and Type Method Description java.util.Map<UpdateExpr,Dataset>ParsedUpdate. getDatasetMapping()Methods in org.eclipse.rdf4j.query.parser with parameters of type Dataset Modifier and Type Method Description voidParsedUpdate. map(UpdateExpr updateExpr, Dataset dataset)voidParsedQuery. setDataset(Dataset dataset)Constructors in org.eclipse.rdf4j.query.parser with parameters of type Dataset Constructor Description ParsedQuery(java.lang.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 DatasetAbstractParserQuery. getActiveDataset()Gets the "active" dataset for this query.protected DatasetAbstractParserUpdate. 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 DatasetAbstractParserUpdate. 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 DatasetDatasetDeclProcessor. process(ASTOperationContainer qc)Extracts a SPARQLDatasetfrom an ASTQueryContainer, if one is contained. -
Uses of Dataset in org.eclipse.rdf4j.queryrender.sparql.experimental
Fields in org.eclipse.rdf4j.queryrender.sparql.experimental declared as Dataset Modifier and Type Field Description DatasetAbstractSerializableParsedQuery. datasetMethods in org.eclipse.rdf4j.queryrender.sparql.experimental with parameters of type Dataset Modifier and Type Method Description private voidPreprocessedQuerySerializer. processDatasetClause(Dataset dataset)SerializableParsedUpdateParsedQueryPreprocessor. transformToSerialize(UpdateExpr update, Dataset dataset) -
Uses of Dataset in org.eclipse.rdf4j.repository.dataset
Methods in org.eclipse.rdf4j.repository.dataset that return Dataset Modifier and Type Method Description DatasetDatasetQuery. getDataset()Methods in org.eclipse.rdf4j.repository.dataset with parameters of type Dataset Modifier and Type Method Description (package private) voidDatasetRepositoryConnection. loadDataset(Dataset datasets)voidDatasetQuery. setDataset(Dataset dataset) -
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 voidSailUpdateExecutor. executeUpdate(UpdateExpr updateExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime)private IRI[]SailUpdateExecutor. getDefaultRemoveGraphs(Dataset dataset) -
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 DatasetSPARQLOperation. datasetDeprecated.Methods in org.eclipse.rdf4j.repository.sparql.query that return Dataset Modifier and Type Method Description DatasetSPARQLOperation. getDataset()Deprecated.Methods in org.eclipse.rdf4j.repository.sparql.query with parameters of type Dataset Modifier and Type Method Description voidSPARQLOperation. setDataset(Dataset dataset)Deprecated. -
Uses of Dataset in org.eclipse.rdf4j.sail
Fields in org.eclipse.rdf4j.sail declared as Dataset Modifier and Type Field Description private DatasetUpdateContext. datasetMethods in org.eclipse.rdf4j.sail that return Dataset Modifier and Type Method Description DatasetUpdateContext. 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 ExplanationSailConnection. 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)ExplanationSailSourceConnection. explain(Explanation.Level level, TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int timeoutSeconds)protected EvaluationStrategySailSourceConnection. getEvaluationStrategy(Dataset dataset, TripleSource tripleSource)private booleanSailSourceConnection. runQueryForExplain(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int timeoutSeconds) -
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)ExplanationSailConnectionWrapper. 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)private CloseableIteration<? extends BindingSet,QueryEvaluationException>LuceneSailConnection. evaluateInternal(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) -
Uses of Dataset in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Classes in org.eclipse.rdf4j.sail.shacl.ast.planNodes that implement Dataset Modifier and Type Class Description (package private) static classPlanNodeHelper.AllDatasetFields in org.eclipse.rdf4j.sail.shacl.ast.planNodes declared as Dataset Modifier and Type Field Description private DatasetBindSelect. datasetprivate DatasetBulkedExternalInnerJoin. datasetprivate DatasetBulkedExternalLeftOuterJoin. datasetprivate DatasetExternalFilterByQuery. datasetprivate DatasetSelect. datasetprivate DatasetSparqlConstraintSelect. datasetMethods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that return Dataset Modifier and Type Method Description static DatasetPlanNodeHelper. asDefaultGraphDataset(Resource[] dataGraph)Methods in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type Dataset Modifier and Type Method Description private voidAbstractBulkJoinPlanNode. executeQuery(java.util.ArrayDeque<ValidationTuple> right, SailConnection connection, Dataset dataset, TupleExpr parsedQuery)(package private) voidAbstractBulkJoinPlanNode. runQuery(java.util.ArrayDeque<ValidationTuple> left, java.util.ArrayDeque<ValidationTuple> right, SailConnection connection, TupleExpr parsedQuery, Dataset dataset, Resource[] dataGraph, boolean skipBasedOnPreviousConnection, SailConnection previousStateConnection) -
Uses of Dataset in org.eclipse.rdf4j.sail.shacl.ast.targets
Fields in org.eclipse.rdf4j.sail.shacl.ast.targets declared as Dataset Modifier and Type Field Description private DatasetTargetChainRetriever. dataset -
Uses of Dataset in org.eclipse.rdf4j.spin
Fields in org.eclipse.rdf4j.spin declared as Dataset Modifier and Type Field Description (package private) DatasetSpinRenderer.SpinVisitor. datasetConstructors in org.eclipse.rdf4j.spin with parameters of type Dataset Constructor Description AskVisitor(RDFHandler handler, Resource list, Dataset dataset)ConstructVisitor(RDFHandler handler, Resource subject, Dataset dataset)DescribeVisitor(RDFHandler handler, Resource subject, Dataset dataset)SpinVisitor(RDFHandler handler, Resource list, Resource subject, Dataset dataset)
-