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: explode, explode

Examples

## Not run: size(df$c)

[Package SparkR version 1.5.1 Index]