クラス WindowAggregate
java.lang.Object
org.iplass.mtp.entity.query.value.ValueExpression
org.iplass.mtp.entity.query.value.primary.PrimaryValue
org.iplass.mtp.entity.query.value.window.WindowFunction
org.iplass.mtp.entity.query.value.window.WindowAggregate
- すべての実装されたインタフェース:
Serializable
,ASTNode
Window集計関数を表すクラス。
- 関連項目:
-
コンストラクタの概要
コンストラクタ説明WindowAggregate
(Aggregate aggregate) WindowAggregate
(Aggregate aggregate, PartitionBy partitionBy, WindowOrderBy orderBy) -
メソッドの概要
修飾子とタイプメソッド説明accept
(ASTTransformer transformer) void
accept
(ValueExpressionVisitor visitor) boolean
int
hashCode()
orderBy
(WindowSortSpec... sortSpec) partitionBy
(Object... partitionField) void
setAggregate
(Aggregate aggregate) protected void
クラスから継承されたメソッド org.iplass.mtp.entity.query.value.window.WindowFunction
getOrderBy, getPartitionBy, setOrderBy, setPartitionBy, toString
クラスから継承されたメソッド org.iplass.mtp.entity.query.value.ValueExpression
newValue
-
コンストラクタの詳細
-
WindowAggregate
public WindowAggregate() -
WindowAggregate
-
WindowAggregate
-
-
メソッドの詳細
-
getAggregate
-
setAggregate
-
accept
-
accept
- 定義:
accept
クラス内ValueExpression
-
partitionBy
- オーバーライド:
partitionBy
クラス内WindowFunction
-
orderBy
- オーバーライド:
orderBy
クラス内WindowFunction
-
writeWindowFunctionType
- 定義:
writeWindowFunctionType
クラス内WindowFunction
-
hashCode
public int hashCode()- 定義:
hashCode
インタフェース内ASTNode
- オーバーライド:
hashCode
クラス内WindowFunction
-
equals
- 定義:
equals
インタフェース内ASTNode
- オーバーライド:
equals
クラス内WindowFunction
-