cast {SparkR} | R Documentation |
Casts the column to a different data type.
## S4 method for signature 'Column' cast(x, dataType)
Other colum_func: alias
;
between
; otherwise
;
substr
## Not run:
##D cast(df$age, "string")
##D cast(df$name, list(type="array", elementType="byte", containsNull = TRUE))
## End(Not run)