org.terracotta.toolkit.search
Class AggregateFunction
java.lang.Object
org.terracotta.toolkit.search.AggregateFunction
public class AggregateFunction
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AggregateFunction
public AggregateFunction(String attr,
AggregateFunction.Type t)
min
public static AggregateFunction min(String attrName)
max
public static AggregateFunction max(String attrName)
average
public static AggregateFunction average(String attrName)
sum
public static AggregateFunction sum(String attrName)
count
public static AggregateFunction count()
getAttributeName
public String getAttributeName()
getType
public AggregateFunction.Type getType()
Copyright © 2014 Terracotta, Inc.. All Rights Reserved.