Uses of Class
org.eclipse.rdf4j.query.algebra.EmptySet
-
Packages that use EmptySet Package Description org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.evaluation.impl org.eclipse.rdf4j.query.algebra.evaluation.optimizer org.eclipse.rdf4j.query.algebra.helpers org.eclipse.rdf4j.queryrender.sparql.experimental This package contains classes for rendering RDF4J query objects as SPARQL queries. -
-
Uses of EmptySet in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return EmptySet Modifier and Type Method Description EmptySetEmptySet. clone()Methods in org.eclipse.rdf4j.query.algebra with parameters of type EmptySet Modifier and Type Method Description voidQueryModelVisitor. meet(EmptySet node) -
Uses of EmptySet in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type EmptySet Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(EmptySet emptySet, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.voidEvaluationStatistics.CardinalityCalculator. meet(EmptySet node)voidFilterOptimizer.FilterRelocator. meet(EmptySet node)Deprecated, for removal: This API element is subject to removal in a future version.protected QueryEvaluationStepDefaultEvaluationStrategy. prepare(EmptySet emptySet, QueryEvaluationContext context) -
Uses of EmptySet in org.eclipse.rdf4j.query.algebra.evaluation.optimizer
Methods in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type EmptySet Modifier and Type Method Description voidFilterOptimizer.FilterRelocator. meet(EmptySet node) -
Uses of EmptySet in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type EmptySet Modifier and Type Method Description voidAbstractQueryModelVisitor. meet(EmptySet node)voidAbstractSimpleQueryModelVisitor. meet(EmptySet node)voidStatementPatternVisitor. meet(EmptySet node) -
Uses of EmptySet in org.eclipse.rdf4j.queryrender.sparql.experimental
Methods in org.eclipse.rdf4j.queryrender.sparql.experimental with parameters of type EmptySet Modifier and Type Method Description voidParsedQueryPreprocessor. meet(EmptySet node)voidPreprocessedQuerySerializer. meet(EmptySet node)
-