Learn R Programming

shard (version 0.1.0)

table_write.shard_table_sink: Write a shard's row-group output

Description

Write a shard's row-group output

Usage

# S3 method for shard_table_sink
table_write(target, rows_or_shard_id, data, ...)

Value

NULL (invisibly).

Arguments

target

A shard_table_sink.

rows_or_shard_id

Integer shard id used to name the row-group file.

data

A data.frame matching the sink schema.

...

Reserved for future extensions.