Uses of Class
org.aksw.jena_sparql_api.algebra.analysis.DistinctExtendFilter2
Packages that use DistinctExtendFilter2
-
Uses of DistinctExtendFilter2 in org.aksw.jena_sparql_api.algebra.analysis
Methods in org.aksw.jena_sparql_api.algebra.analysis that return DistinctExtendFilter2Modifier and TypeMethodDescriptionDistinctExtendFilter2.applyDistinct()Conceptually overrides a prior distinct, and marks all so far visible variables as distinct - If there was no prior distinct: Initialize the post distinct map to an identity mapping of the visible variables after pre-distinct - Otherwise Merge the current post-distinct definitions with the pre-distinct ones: Create a post-distinct identity mapping with all visible variables of pre-distinctDistinctExtendFilter2.applyExtend(Map<org.apache.jena.sparql.core.Var, org.apache.jena.sparql.expr.Expr> extend) DistinctExtendFilter2.applyExtend(org.apache.jena.sparql.core.VarExprList extend) DistinctExtendFilter2.applyFilter(org.apache.jena.sparql.expr.Expr contribExpr) Expand any filter according to any prior extendDistinctExtendFilter2.applyFilter(org.apache.jena.sparql.expr.ExprList contribExprs) DistinctExtendFilter2.applyProject(Collection<org.apache.jena.sparql.core.Var> projectVars) Update the projectionstatic DistinctExtendFilter2DistinctExtendFilter2.create()static DistinctExtendFilter2DistinctExtendFilter2.create(Collection<org.apache.jena.sparql.core.Var> initialVars)