Class Aggregate
java.lang.Object
org.iplass.mtp.entity.query.value.ValueExpression
org.iplass.mtp.entity.query.value.primary.PrimaryValue
org.iplass.mtp.entity.query.value.aggregate.Aggregate
- All Implemented Interfaces:
Serializable,ASTNode
- Direct Known Subclasses:
Avg,Count,Max,Median,Min,Mode,OrderedSetFunction,StdDevPop,StdDevSamp,Sum,VarPop,VarSamp
集計関数を表す抽象クラス。
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.iplass.mtp.entity.query.value.ValueExpression
accept, newValue
-
Constructor Details
-
Aggregate
public Aggregate()
-
-
Method Details
-
getValue
-
setValue
-
toString
-
hashCode
public int hashCode() -
equals
-
getFuncName
-