Window

org.apache.spark.sql.expressions.Window
object Window

Entry point for building WindowSpecs. Mirrors org.apache.spark.sql.expressions.Window.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Window.type

Members list

Value members

Concrete methods

def orderBy(colName: String, colNames: String*): WindowSpec
def orderBy(cols: Column*): WindowSpec
def partitionBy(colName: String, colNames: String*): WindowSpec
def rangeBetween(start: Long, end: Long): WindowSpec
def rowsBetween(start: Long, end: Long): WindowSpec

Concrete fields

val currentRow: Long
val unboundedFollowing: Long
val unboundedPreceding: Long