java.lang.Object
org.apache.jena.sparql.expr.aggregate.AggregatorBase
org.apache.jena.sparql.expr.aggregate.AggSampleDistinct
- All Implemented Interfaces:
 Aggregator
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionCreate 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
asSparqlExpr, copyTransform, equals, getExprList, getName, getValue, key, toPrefixString, toString 
- 
Constructor Details
- 
AggSampleDistinct
 
 - 
 - 
Method Details
- 
copy
 - 
createAccumulator
Description copied from interface:AggregatorCreate an accumulator for this aggregator- Specified by:
 createAccumulatorin interfaceAggregator- Specified by:
 createAccumulatorin classAggregatorBase
 - 
hashCode
public int hashCode()- Specified by:
 hashCodein interfaceAggregator- Specified by:
 hashCodein classAggregatorBase
 - 
equals
Description copied from interface:AggregatorConsider this 'protected' - 
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
 
 -