Skip to contents

Clears a table's partitioning keys so newly written data files are no longer split along them. Existing files are unaffected.

Usage

reset_table_partitioning(table_name)

Arguments

table_name

The name of the table.

Value

Invisibly returns NULL.

Examples

if (FALSE) { # \dontrun{
reset_table_partitioning("events")
} # }