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: cast(df$age, "string") cast(df$name, list(type="array", elementType="byte", containsNull = TRUE)) ## End(Not run)