Interface JpaWindowFrame
- All Known Implementing Classes:
SqmWindowFrame
Common contract for a
JpaWindow frame specification.-
Method Summary
Modifier and TypeMethodDescription@Nullable Expression<?> Get theExpressionof this window frame.getKind()Get theFrameKindof this window frame.
-
Method Details
-
getKind
-
getExpression
@Nullable Expression<?> getExpression()Get theExpressionof this window frame.- Returns:
- the window frame expression
-