sdf_num_partitions {sparklyr}R Documentation

Gets number of partitions of a Spark DataFrame

Description

Gets number of partitions of a Spark DataFrame

Usage

sdf_num_partitions(x)

Arguments

x

An object coercable to a Spark DataFrame (typically, a tbl_spark).


[Package sparklyr version 0.6.4 Index]