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

A spark_connection, ml_pipeline, or a tbl_spark.


[Package sparklyr version 1.8.6 Index]