Learn R Programming

shard (version 0.1.0)

table_finalize.shard_table_sink: Finalize a sink

Description

Finalize a sink

Usage

# S3 method for shard_table_sink
table_finalize(
  target,
  materialize = c("never", "auto", "always"),
  max_bytes = 256 * 1024^2,
  ...
)

Value

A shard_row_groups handle (or a materialized data.frame/tibble).

Arguments

target

A shard_table_sink.

materialize

"never", "auto", or "always".

max_bytes

For "auto", materialize only if estimated bytes <= max_bytes.

...

Reserved for future extensions.