WindowSpec-class {SparkR}R Documentation

S4 class that represents a WindowSpec

Description

WindowSpec can be created by using windowPartitionBy() or windowOrderBy()

Arguments

sws

A Java object reference to the backing Scala WindowSpec

Note

WindowSpec since 2.0.0

See Also

windowPartitionBy, windowOrderBy


[Package SparkR version 2.0.1 Index]