posexplode {SparkR} | R Documentation |
Creates a new row for each element with position in the given array or map column.
## S4 method for signature 'Column' posexplode(x) posexplode(x)
x |
Column to compute on |
posexplode since 2.1.0
Other collection_funcs: array_contains
,
array_contains
,
array_contains,Column-method
;
explode
, explode
,
explode,Column-method
; size
,
size
, size,Column-method
;
sort_array
, sort_array
,
sort_array,Column-method
## Not run: posexplode(df$c)