Finalize a sink
# S3 method for shard_table_sink
table_finalize(
target,
materialize = c("never", "auto", "always"),
max_bytes = 256 * 1024^2,
...
)A shard_row_groups handle (or a materialized data.frame/tibble).
A shard_table_sink.
"never", "auto", or "always".
For "auto", materialize only if estimated bytes <= max_bytes.
Reserved for future extensions.