WindowDelimiterType 枚举

定义

窗口边界的类型

public enum WindowDelimiterType
type WindowDelimiterType = 
Public Enum WindowDelimiterType
继承
WindowDelimiterType

字段

名称 说明
UnboundedPreceding 0

组开头的所有行

ValuePreceding 1

Assosiated 表达式确定当前行之前的边界

CurrentRow 2

当前行是边界

ValueFollowing 3

Assosiated 表达式确定当前行后的边界

UnboundedFollowing 4

组末尾的所有行

适用于