size {SparkR}R Documentation

size

Description

Returns length of array or map.

Usage

## S4 method for signature 'Column'
size(x)

size(x)

See Also

Other collection_funcs: array_contains, array_contains; explode, explode; sort_array, sort_array

Examples

## Not run: size(df$c)

[Package SparkR version 1.6.0 Index]