class WindowSpec extends AnyRef

Represents a window frame clause.

Since

0.1.0

Linear Supertypes
AnyRef , Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WindowSpec
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def orderBy ( cols: Column * ) : WindowSpec

    Returns a new WindowSpec object with the new order by clause.

    Returns a new WindowSpec object with the new order by clause.

    Since

    0.1.0

  2. def partitionBy ( cols: Column * ) : WindowSpec

    Returns a new WindowSpec object with the new partition by clause.

    Returns a new WindowSpec object with the new partition by clause.

    Since

    0.1.0

  3. def rangeBetween ( start: Long , end: Long ) : WindowSpec

    Returns a new WindowSpec object with the new range frame clause.

    Returns a new WindowSpec object with the new range frame clause.

    Since

    0.1.0

  4. def rowsBetween ( start: Long , end: Long ) : WindowSpec

    Returns a new WindowSpec object with the new row frame clause.

    Returns a new WindowSpec object with the new row frame clause.

    Since

    0.1.0