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, ...)
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.