size {SparkR} | R Documentation |
Returns length of array or map.
## S4 method for signature 'Column' size(x) size(x)
x |
Column to compute on |
size since 1.5.0
Other collection_funcs: array_contains
,
array_contains
,
array_contains,Column-method
;
explode
, explode
,
explode,Column-method
;
posexplode
, posexplode
,
posexplode,Column-method
;
sort_array
, sort_array
,
sort_array,Column-method
## Not run: size(df$c)