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