Aggregator |
Aggregator.copy(ExprList exprs) |
Aggregator |
AggMin.copy(ExprList exprs) |
Aggregator |
AggAvgDistinct.copy(ExprList expr) |
Aggregator |
AggSum.copy(ExprList exprs) |
Aggregator |
AggAvg.copy(ExprList expr) |
Aggregator |
AggCountDistinct.copy(ExprList expr) |
Aggregator |
AggMinDistinct.copy(ExprList exprs) |
Aggregator |
AggCustom.copy(ExprList exprs) |
Aggregator |
AggMaxDistinct.copy(ExprList expr) |
Aggregator |
AggCountVar.copy(ExprList expr) |
Aggregator |
AggSample.copy(ExprList exprs) |
Aggregator |
AggMax.copy(ExprList expr) |
Aggregator |
AggGroupConcat.copy(ExprList expr) |
Aggregator |
AggCountVarDistinct.copy(ExprList exprs) |
Aggregator |
AggGroupConcatDistinct.copy(ExprList exprs) |
Aggregator |
AggSampleDistinct.copy(ExprList exprs) |
Aggregator |
AggSumDistinct.copy(ExprList exprs) |
Aggregator |
AggCount.copy(ExprList expr) |
Aggregator |
AggNull.copy(ExprList exprs) |
Aggregator |
Aggregator.copyTransform(NodeTransform transform) |
Aggregator |
AggregatorBase.copyTransform(NodeTransform transform) |
static Aggregator |
AggregatorFactory.createAggNull() |
static Aggregator |
AggregatorFactory.createAvg(boolean distinct,
Expr expr) |
static Aggregator |
AggregatorFactory.createCount(boolean distinct) |
static Aggregator |
AggregatorFactory.createCountExpr(boolean distinct,
Expr expr) |
static Aggregator |
AggregatorFactory.createCustom(String iri,
ExprList a) |
static Aggregator |
AggregatorFactory.createGroupConcat(boolean distinct,
Expr expr,
String separator,
ExprList orderedBy) |
static Aggregator |
AggregatorFactory.createMax(boolean distinct,
Expr expr) |
static Aggregator |
AggregatorFactory.createMin(boolean distinct,
Expr expr) |
static Aggregator |
AggregatorFactory.createSample(boolean distinct,
Expr expr) |
static Aggregator |
AggregatorFactory.createSum(boolean distinct,
Expr expr) |