java.lang.Object
org.apache.jena.sparql.expr.aggregate.AggregatorBase
org.apache.jena.sparql.expr.aggregate.AggFoldMap
- All Implemented Interfaces:
 Aggregator
- 
Constructor Summary
ConstructorsConstructorDescriptionAggFoldMap(Expr expr1, Expr expr2) AggFoldMap(Expr expr1, Expr expr2, List<SortCondition> orderBy)  - 
Method Summary
Modifier and TypeMethodDescriptionFormat as an (extended) SPARQL expressionCreate an accumulator for this aggregatorbooleanequals(Aggregator other, boolean bySyntax) Consider this 'protected'org.apache.jena.graph.NodeValue if there are no groups : return null for no resultinthashCode()Methods inherited from class org.apache.jena.sparql.expr.aggregate.AggregatorBase
copyTransform, equals, getExprList, getName, getValue, key, toString 
- 
Constructor Details
- 
AggFoldMap
 - 
AggFoldMap
 
 - 
 - 
Method Details
- 
copy
 - 
equals
Description copied from interface:AggregatorConsider this 'protected' - 
createAccumulator
Description copied from interface:AggregatorCreate an accumulator for this aggregator- Specified by:
 createAccumulatorin interfaceAggregator- Specified by:
 createAccumulatorin classAggregatorBase
 - 
getValueEmpty
public org.apache.jena.graph.Node getValueEmpty()Description copied from interface:AggregatorValue if there are no groups : return null for no result- Specified by:
 getValueEmptyin interfaceAggregator- Specified by:
 getValueEmptyin classAggregatorBase
 - 
hashCode
public int hashCode()- Specified by:
 hashCodein interfaceAggregator- Specified by:
 hashCodein classAggregatorBase
 - 
asSparqlExpr
Description copied from interface:AggregatorFormat as an (extended) SPARQL expression- Specified by:
 asSparqlExprin interfaceAggregator- Overrides:
 asSparqlExprin classAggregatorBase
 - 
toPrefixString
- Specified by:
 toPrefixStringin interfaceAggregator- Overrides:
 toPrefixStringin classAggregatorBase
 
 -