| 限定符和类型 | 方法和说明 |
|---|---|
Over |
build() |
Over.OverBuilder |
currentRowToUnboundedFollowing() |
Over.OverBuilder |
frameSpecification(String frameSpec) |
Over.OverBuilder |
nFollowingToCurrentRow(int n) |
Over.OverBuilder |
nPrecedingToCurrentRow(int n) |
Over.OverBuilder |
nPrecedingToNFollowing(int nPreceding,
int nFollowing) |
<T,F> Over.OverBuilder |
orderBy(Fn<T,F> fn) |
<T,F> Over.OverBuilder |
orderBy(Fn<T,F> fn,
SortOrder sortOrder) |
Over.OverBuilder |
partitionBy(Fn<?,?> fn) |
Over.OverBuilder |
unboundedPrecedingToCurrentRow() |
public Over build()
public <T,F> Over.OverBuilder orderBy(Fn<T,F> fn)
public <T,F> Over.OverBuilder orderBy(Fn<T,F> fn, SortOrder sortOrder)
public Over.OverBuilder partitionBy(Fn<?,?> fn)
public Over.OverBuilder frameSpecification(String frameSpec)
public Over.OverBuilder unboundedPrecedingToCurrentRow()
public Over.OverBuilder currentRowToUnboundedFollowing()
public Over.OverBuilder nPrecedingToCurrentRow(int n)
public Over.OverBuilder nFollowingToCurrentRow(int n)
public Over.OverBuilder nPrecedingToNFollowing(int nPreceding, int nFollowing)
Copyright © 2024 Dynamic-SQL. All rights reserved.