sdf_num_partitions
From sparklyr v0.6.2
by Javier Luraschi
Gets number of partitions of a Spark DataFrame
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
).
Community examples
Looks like there are no examples yet.