| Constructor and Description |
|---|
AggTransform(Agg<I> subAgg,
com.google.common.base.Function<I,O> transform) |
| Modifier and Type | Method and Description |
|---|---|
static <I,O> AggTransform<I,O> |
create(Agg<I> subAgg,
com.google.common.base.Function<I,O> transform) |
Acc<O> |
createAccumulator() |
Set<com.hp.hpl.jena.sparql.core.Var> |
getDeclaredVars()
An accumulator may declare the variable it references.
|
public Acc<O> createAccumulator()
createAccumulator in interface Agg<O>public Set<com.hp.hpl.jena.sparql.core.Var> getDeclaredVars()
AgggetDeclaredVars in interface Agg<O>public static <I,O> AggTransform<I,O> create(Agg<I> subAgg, com.google.common.base.Function<I,O> transform)
Copyright © 2015. All rights reserved.