lit {SparkR} | R Documentation |
A new Column is created to represent the literal value. If the parameter is a Column, it is returned unchanged.
lit(x) ## S4 method for signature 'ANY' lit(x)
Other normal_funcs: abs
,
bitwiseNOT
, column
,
expr
, greatest
,
ifelse
, isnan
,
least
, nanvl
,
negate
, randn
,
rand
, struct
,
when
## Not run:
##D lit(df$name)
##D select(df, lit("x"))
##D select(df, lit("2015-01-01"))
## End(Not run)