R/tables.R
table_write.shard_table_buffer.Rd
Write into a table buffer
# S3 method for class 'shard_table_buffer' table_write(target, rows_or_shard_id, data, ...)
A shard_table_buffer.
shard_table_buffer
Row selector (idx_range or integer vector).
A data.frame or named list matching the schema columns.
Reserved for future extensions.
NULL (invisibly).