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, name
asDoubleValuesSource, asLongValuesSource, createWeight, fromDoubleValuesSource, getSortField, newContext, toString
public SimpleAggValueSource(String name, ValueSource vs)
public ValueSource getArg()
public FunctionValues getValues(Map context, LeafReaderContext readerContext) throws IOException
getValues
in class AggValueSource
IOException
public boolean equals(Object o)
equals
in class AggValueSource
public int hashCode()
hashCode
in class ValueSource
public String description()
description
in class ValueSource
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.