Welcome! ようこそ! 歡迎訪問!

My IP Address

软件下载中心

asc {SparkR}R Documentation

S4 class that represents a SparkDataFrame column

Description

The column class supports unary, binary operations on SparkDataFrame 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 SparkDataFrame column


[Package SparkR version 2.0.0 Index]