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
Constructors -
Method Summary
Methods inherited from class org.iplass.mtp.entity.query.value.window.WindowFunction
getOrderBy, getPartitionBy, orderBy, partitionBy, setOrderBy, setPartitionBy, toStringMethods inherited from class org.iplass.mtp.entity.query.value.ValueExpression
accept, newValue
-
Constructor Details
-
WindowRankFunction
public WindowRankFunction()
-
-
Method Details
-
writeWindowFunctionType
- Specified by:
writeWindowFunctionTypein classWindowFunction
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceASTNode- Overrides:
hashCodein classWindowFunction
-
equals
- Specified by:
equalsin interfaceASTNode- Overrides:
equalsin classWindowFunction
-
getFuncName
-