java.lang.Object
org.apache.jena.sparql.expr.aggregate.AggregatorFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Aggregatorstatic Aggregatorstatic AggregatorcreateCount(boolean distinct) static AggregatorcreateCountExpr(boolean distinct, Expr expr) static AggregatorcreateCustom(String iri, boolean distinct, Expr expr) static AggregatorcreateCustom(String iri, boolean distinct, ExprList exprs) static AggregatorcreateCustom(String iri, Args a) static AggregatorcreateFold(boolean distinct, Expr expr1, Expr expr2, List<SortCondition> orderBy) static AggregatorcreateGroupConcat(boolean distinct, Expr expr, String separator, ExprList orderedBy) static Aggregatorstatic AggregatorcreateMedian(boolean distinct, Expr expr) static Aggregatorstatic AggregatorcreateMode(boolean distinct, Expr expr) static AggregatorcreateSample(boolean distinct, Expr expr) static Aggregator
-
Constructor Details
-
AggregatorFactory
public AggregatorFactory()
-
-
Method Details
-
createCount
-
createCountExpr
-
createSum
-
createMin
-
createMax
-
createAvg
-
createMedian
-
createMode
-
createSample
-
createGroupConcat
public static Aggregator createGroupConcat(boolean distinct, Expr expr, String separator, ExprList orderedBy) -
createAggNull
-
createFold
public static Aggregator createFold(boolean distinct, Expr expr1, Expr expr2, List<SortCondition> orderBy) -
createCustom
-
createCustom
-
createCustom
-