Column-class {SparkR}R Documentation

S4 class that represents a DataFrame column

Description

The column class supports unary, binary operations on DataFrame columns

Usage

asc(x)

between(x, bounds)

cast(x, dataType)

contains(x, ...)

desc(x)

endsWith(x, ...)

getField(x, ...)

getItem(x, ...)

isNaN(x)

isNull(x)

isNotNull(x)

like(x, ...)

rlike(x, ...)

startsWith(x, ...)

when(condition, value)

otherwise(x, value)

Slots

jc

reference to JVM DataFrame column


[Package SparkR version 1.6.1 Index]