over {SparkR}R Documentation

over

Description

Define a windowing column.

Usage

## S4 method for signature 'Column,WindowSpec'
over(x, window)

over(x, window)

Note

over since 2.0.0

See Also

Other colum_func: alias, alias,Column-method; between, between, between,Column-method; cast, cast, cast,Column-method; endsWith, endsWith, endsWith,Column-method; otherwise, otherwise, otherwise,Column-method; startsWith, startsWith, startsWith,Column-method; substr, substr,Column-method


[Package SparkR version 2.0.0 Index]