Class RowNumber
- All Implemented Interfaces:
Serializable
,ASTNode
ROW_NUMBER Window関数を表す。
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaccept
(ASTTransformer transformer) void
accept
(ValueExpressionVisitor visitor) protected String
orderBy
(WindowSortSpec... sortSpec) partitionBy
(Object... partitionField) Methods inherited from class org.iplass.mtp.entity.query.value.window.WindowRankFunction
equals, hashCode, writeWindowFunctionType
Methods inherited from class org.iplass.mtp.entity.query.value.window.WindowFunction
getOrderBy, getPartitionBy, setOrderBy, setPartitionBy, toString
Methods inherited from class org.iplass.mtp.entity.query.value.ValueExpression
newValue
-
Constructor Details
-
RowNumber
public RowNumber()
-
-
Method Details
-
accept
-
accept
- Specified by:
accept
in classValueExpression
-
partitionBy
- Overrides:
partitionBy
in classWindowFunction
-
orderBy
- Overrides:
orderBy
in classWindowFunction
-
getFuncName
- Specified by:
getFuncName
in classWindowRankFunction
-