Class 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
- All Implemented Interfaces:
Serializable
,ASTNode
- Direct Known Subclasses:
CumeDist
,DenseRank
,PercentRank
,Rank
,RowNumber
Windowランク関数を表す抽象クラス。
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.iplass.mtp.entity.query.value.window.WindowFunction
getOrderBy, getPartitionBy, orderBy, partitionBy, setOrderBy, setPartitionBy, toString
Methods inherited from class org.iplass.mtp.entity.query.value.ValueExpression
accept, newValue
-
Constructor Details
-
WindowRankFunction
public WindowRankFunction()
-
-
Method Details
-
writeWindowFunctionType
- Specified by:
writeWindowFunctionType
in classWindowFunction
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceASTNode
- Overrides:
hashCode
in classWindowFunction
-
equals
- Specified by:
equals
in interfaceASTNode
- Overrides:
equals
in classWindowFunction
-
getFuncName
-