
Last chance! 50% off unlimited learning
Sale ends in
Creates a DataFrame for the given length.
sdf_len(sc, length, repartition = NULL, type = c("integer", "integer64"))
The associated Spark connection.
The desired length of the sequence.
The number of partitions to use when distributing the data across the Spark cluster.
The data type to use for the index, either "integer"
or "integer64"
.