size {SparkR}R Documentation

size

Description

Returns length of array or map.

Usage

size(x)

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

Arguments

x

Column to compute on

Note

size since 1.5.0

See Also

Other collection_funcs: array_contains, explode, posexplode, sort_array

Examples

## Not run: size(df$c)

[Package SparkR version 2.2.2 Index]