WindowSpec Třída

Definice

Specifikace okna, která definuje dělení, řazení a hranice rámce.

public sealed class WindowSpec
type WindowSpec = class
Public NotInheritable Class WindowSpec
Dědičnost
WindowSpec

Metody

OrderBy(Column[])

Definuje řazení sloupců v .WindowSpec

OrderBy(String, String[])

Definuje řazení sloupců v .WindowSpec

PartitionBy(Column[])

Definuje dělení sloupců v .WindowSpec

PartitionBy(String, String[])

Definuje dělení sloupců v .WindowSpec

RangeBetween(Column, Column)

Definuje hranice rámce, od start (inclusive) do end (inclusive).

RangeBetween(Int64, Int64)

Definuje hranice rámce, od start (inclusive) do end (inclusive).

RowsBetween(Int64, Int64)

Definuje hranice rámce, od start (inclusive) do end (inclusive).

Platí pro