共用方式為


WindowSpec 類別

定義

定義資料分割、排序和框架界限的視窗規格。

public sealed class WindowSpec
type WindowSpec = class
Public NotInheritable Class WindowSpec
繼承
WindowSpec

方法

OrderBy(Column[])

定義 中的排序資料行 WindowSpec

OrderBy(String, String[])

定義 中的排序資料行 WindowSpec

PartitionBy(Column[])

定義 中的資料分割資料行 WindowSpec

PartitionBy(String, String[])

定義 中的資料分割資料行 WindowSpec

RangeBetween(Column, Column)

定義框架界限,從 start (包容性) 到 end (內含) 。

RangeBetween(Int64, Int64)

定義框架界限,從 start (包容性) 到 end (內含) 。

RowsBetween(Int64, Int64)

定義框架界限,從 start (包容性) 到 end (內含) 。

適用於