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