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

View source: R/tables.R

table_write.shard_table_sinkR Documentation

Write a shard's row-group output

Description

Write a shard's row-group output

Usage

## S3 method for class '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.

Value

NULL (invisibly).


shard documentation built on April 3, 2026, 9:08 a.m.