クラス WindowRankFunction
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.WindowRankFunction
- すべての実装されたインタフェース:
Serializable
,ASTNode
- 直系の既知のサブクラス:
CumeDist
,DenseRank
,PercentRank
,Rank
,RowNumber
Windowランク関数を表す抽象クラス。
- 関連項目:
-
コンストラクタの概要
-
メソッドの概要
クラスから継承されたメソッド org.iplass.mtp.entity.query.value.window.WindowFunction
getOrderBy, getPartitionBy, orderBy, partitionBy, setOrderBy, setPartitionBy, toString
クラスから継承されたメソッド org.iplass.mtp.entity.query.value.ValueExpression
accept, newValue
-
コンストラクタの詳細
-
WindowRankFunction
public WindowRankFunction()
-
-
メソッドの詳細
-
writeWindowFunctionType
- 定義:
writeWindowFunctionType
クラス内WindowFunction
-
hashCode
public int hashCode()- 定義:
hashCode
インタフェース内ASTNode
- オーバーライド:
hashCode
クラス内WindowFunction
-
equals
- 定義:
equals
インタフェース内ASTNode
- オーバーライド:
equals
クラス内WindowFunction
-
getFuncName
-