public abstract class SimpleAggValueSource extends AggValueSource
name| Constructor and Description |
|---|
SimpleAggValueSource(String name,
ValueSource vs) |
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
boolean |
equals(Object o) |
ValueSource |
getArg() |
FunctionValues |
getValues(Map context,
LeafReaderContext readerContext) |
int |
hashCode() |
createFacetMerger, createSlotAcc, getChildren, namecreateWeight, getSortField, newContext, toStringpublic SimpleAggValueSource(String name, ValueSource vs)
public ValueSource getArg()
public FunctionValues getValues(Map context, LeafReaderContext readerContext) throws IOException
getValues in class AggValueSourceIOExceptionpublic boolean equals(Object o)
equals in class AggValueSourcepublic int hashCode()
hashCode in class ValueSourcepublic String description()
description in class ValueSourceCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.