sdf_seq: Create DataFrame for Range

View source: R/sdf_sequence.R

sdf_seqR Documentation

Create DataFrame for Range

Description

Creates a DataFrame for the given range

Usage

sdf_seq(
  sc,
  from = 1L,
  to = 1L,
  by = 1L,
  repartition = NULL,
  type = c("integer", "integer64")
)

Arguments

sc

The associated Spark connection.

from, to

The start and end to use as a range

by

The increment of the sequence.

repartition

The number of partitions to use when distributing the data across the Spark cluster. Defaults to the minimum number of partitions.

type

The data type to use for the index, either "integer" or "integer64".


sparklyr documentation built on Nov. 2, 2023, 5:09 p.m.