jar

org.openrdf.sesame : sesame-queryalgebra-evaluation

Maven & Gradle

May 02, 2016
56 usages

OpenRDF Sesame: Query algebra - evaluation · Evaluation strategy API and implementations for the query algebra model.

Table Of Contents

Latest Version

Download org.openrdf.sesame : sesame-queryalgebra-evaluation JAR file - Latest Versions:

All Versions

Download org.openrdf.sesame : sesame-queryalgebra-evaluation JAR file - All Versions:

Version Vulnerabilities Size Updated
4.1.x
4.0.x
2.9.x
2.8.x
2.7.x
2.6.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window sesame-queryalgebra-evaluation-4.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.openrdf.query.algebra.evaluation.function.hash

├─ org.openrdf.query.algebra.evaluation.function.hash.HashFunction.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.hash.MD5.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.hash.SHA1.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.hash.SHA256.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.hash.SHA384.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.hash.SHA512.class - [JAR]

org.openrdf.query.algebra.evaluation

├─ org.openrdf.query.algebra.evaluation.AbstractQueryPreparer.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.EvaluationStrategy.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.QueryBindingSet.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.QueryOptimizer.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.QueryPreparer.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.TripleSource.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.ValueExprEvaluationException.class - [JAR]

org.openrdf.query.algebra.evaluation.limited.iterator

├─ org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeBottomUpJoinIterator.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeDistinctIteration.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeHashJoinIteration.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeIntersectIteration.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeIteratorUtil.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeOrderIteration.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizePathIterator.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeSPARQLMinusIteration.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeZeroLengthPathIteration.class - [JAR]

org.openrdf.query.algebra.evaluation.impl

├─ org.openrdf.query.algebra.evaluation.impl.BindingAssigner.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.impl.CompareOptimizer.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.impl.ConjunctiveConstraintSplitter.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.impl.ConstantOptimizer.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.impl.DisjunctiveConstraintOptimizer.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.impl.ExternalSet.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.impl.FilterOptimizer.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.impl.IterativeEvaluationOptimizer.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.impl.OrderLimitOptimizer.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.impl.QueryJoinOptimizer.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.impl.QueryModelNormalizer.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.impl.QueryModelPruner.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.impl.SameTermFilterOptimizer.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.impl.SimpleEvaluationStrategy.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.impl.TupleFunctionEvaluationStrategy.class - [JAR]

org.openrdf.query.algebra.evaluation.function.datetime

├─ org.openrdf.query.algebra.evaluation.function.datetime.Day.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.datetime.Hours.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.datetime.Minutes.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.datetime.Month.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.datetime.Now.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.datetime.Seconds.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.datetime.Timezone.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.datetime.Tz.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.datetime.Year.class - [JAR]

org.openrdf.query.algebra.evaluation.util

├─ org.openrdf.query.algebra.evaluation.util.EvaluationStrategies.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.util.MathUtil.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.util.OrderComparator.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.util.QueryEvaluationUtil.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.util.QueryOptimizerList.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.util.Statements.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.util.ValueComparator.class - [JAR]

org.openrdf.query.algebra.evaluation.function

├─ org.openrdf.query.algebra.evaluation.function.BinaryFunction.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.BooleanCast.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.DateTimeCast.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.DecimalCast.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.DoubleCast.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.FloatCast.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.Function.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.FunctionRegistry.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.IntegerCast.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.StringCast.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.TupleFunction.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.TupleFunctionRegistry.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.UnaryFunction.class - [JAR]

org.openrdf.query.algebra.evaluation.function.numeric

├─ org.openrdf.query.algebra.evaluation.function.numeric.Abs.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.numeric.Ceil.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.numeric.Floor.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.numeric.Rand.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.numeric.Round.class - [JAR]

org.openrdf.query.algebra.evaluation.function.rdfterm

├─ org.openrdf.query.algebra.evaluation.function.rdfterm.STRUUID.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.rdfterm.StrDt.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.rdfterm.StrLang.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.rdfterm.UUID.class - [JAR]

org.openrdf.query.algebra.evaluation.iterator

├─ org.openrdf.query.algebra.evaluation.iterator.BadlyDesignedLeftJoinIterator.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.iterator.BindingSetHashKey.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.iterator.BottomUpJoinIterator.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.iterator.CollectionIteration.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.iterator.CompatibleBindingSetFilter.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.iterator.CrossProductIteration.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.iterator.DescribeIteration.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.iterator.ExtensionIterator.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.iterator.FilterIterator.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.iterator.GroupIterator.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.iterator.HashJoinIteration.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.iterator.JoinIterator.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.iterator.LeftJoinIterator.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.iterator.MultiProjectionIterator.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.iterator.OrderIterator.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.iterator.PathIteration.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.iterator.ProjectionIterator.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.iterator.SPARQLMinusIteration.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.iterator.SilentIteration.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.iterator.ZeroLengthPathIteration.class - [JAR]

org.openrdf.query.algebra.evaluation.federation

├─ org.openrdf.query.algebra.evaluation.federation.AbstractFederatedServiceResolver.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.federation.FederatedServiceResolverBase.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.federation.FederatedServiceResolverImpl.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.federation.JoinExecutorBase.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.federation.RepositoryFederatedService.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.federation.SPARQLFederatedService.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.federation.ServiceCrossProductIteration.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.federation.ServiceFallbackIteration.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.federation.ServiceJoinConversionIteration.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.federation.ServiceJoinIterator.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.federation.TupleFunctionFederatedService.class - [JAR]

org.openrdf.query.algebra.evaluation.function.string

├─ org.openrdf.query.algebra.evaluation.function.string.Concat.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.string.Contains.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.string.EncodeForUri.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.string.LowerCase.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.string.Replace.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.string.StrAfter.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.string.StrBefore.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.string.StrEnds.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.string.StrLen.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.string.StrStarts.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.string.Substring.class - [JAR]

├─ org.openrdf.query.algebra.evaluation.function.string.UpperCase.class - [JAR]

org.openrdf.query.algebra.evaluation.limited

├─ org.openrdf.query.algebra.evaluation.limited.LimitedSizeEvaluationStrategy.class - [JAR]

Advertisement

Dependencies from Group

May 02, 2016
216 usages
May 02, 2016
168 usages
May 02, 2016
161 usages
May 02, 2016
155 usages
May 02, 2016
145 usages

Discover Dependencies

Aug 10, 2023
55 usages
27 stars
Sep 29, 2022
43 usages
1.4k stars
Apr 26, 2019
28 usages
1k stars
May 19, 2023
26 usages
39.3k stars
May 21, 2019
26 usages
32.7k stars
Nov 13, 2022
25 usages
167 stars
Sep 17, 2021
30 usages
Aug 12, 2021
31 usages
Feb 19, 2023
45 usages
60 stars