com.mysema.query.types
Class Ops.AggOps

java.lang.Object
  extended by com.mysema.query.types.Ops.AggOps
Enclosing class:
Ops

public static final class Ops.AggOps
extends Object

Aggreation operators


Field Summary
static Operator<Number> AVG_AGG
           
static Operator<Number> COUNT_AGG
           
static Operator<Number> COUNT_ALL_AGG
           
static Operator<Number> COUNT_DISTINCT_AGG
           
static Operator<Comparable> MAX_AGG
           
static Operator<Comparable> MIN_AGG
           
static Operator<Number> SUM_AGG
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_AGG

public static final Operator<Comparable> MAX_AGG

MIN_AGG

public static final Operator<Comparable> MIN_AGG

AVG_AGG

public static final Operator<Number> AVG_AGG

SUM_AGG

public static final Operator<Number> SUM_AGG

COUNT_AGG

public static final Operator<Number> COUNT_AGG

COUNT_DISTINCT_AGG

public static final Operator<Number> COUNT_DISTINCT_AGG

COUNT_ALL_AGG

public static final Operator<Number> COUNT_ALL_AGG


Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.