| Constructor and Description |
|---|
AggObject() |
AggObject(Map<K,Agg<?>> keyToSubAgg) |
| Modifier and Type | Method and Description |
|---|---|
static <K> AggObject<K> |
create(Map<K,Agg<?>> keyToSubAgg) |
Acc<Map<K,?>> |
createAccumulator() |
Set<com.hp.hpl.jena.sparql.core.Var> |
getDeclaredVars()
An accumulator may declare the variable it references.
|
public Acc<Map<K,?>> createAccumulator()
createAccumulator in interface Agg<Map<K,?>>public Set<com.hp.hpl.jena.sparql.core.Var> getDeclaredVars()
AgggetDeclaredVars in interface Agg<Map<K,?>>Copyright © 2015. All rights reserved.