asc {SparkR} | R Documentation |
The column class supports unary, binary operations on SparkDataFrame columns
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)
jc
reference to JVM SparkDataFrame column