WindowSpec Class

Definition

A window specification that defines the partitioning, ordering, and frame boundaries.

public sealed class WindowSpec
type WindowSpec = class
Public NotInheritable Class WindowSpec
Inheritance
WindowSpec

Methods

OrderBy(Column[])

Defines the ordering columns in a WindowSpec.

OrderBy(String, String[])

Defines the ordering columns in a WindowSpec.

PartitionBy(Column[])

Defines the partitioning columns in a WindowSpec.

PartitionBy(String, String[])

Defines the partitioning columns in a WindowSpec.

RangeBetween(Column, Column)

Defines the frame boundaries, from start (inclusive) to end (inclusive).

RangeBetween(Int64, Int64)

Defines the frame boundaries, from start (inclusive) to end (inclusive).

RowsBetween(Int64, Int64)

Defines the frame boundaries, from start (inclusive) to end (inclusive).

Applies to