Column-class {SparkR} | R Documentation |
The column class supports unary, binary operations on DataFrame columns
asc(x) between(x, bounds) cast(x, dataType) contains(x, ...) desc(x) endsWith(x, ...) getField(x, ...) getItem(x, ...) isNull(x) isNotNull(x) like(x, ...) rlike(x, ...) startsWith(x, ...) when(condition, value) otherwise(x, value)
jc
reference to JVM DataFrame column