Interface SupportsTruncate

All Superinterfaces:
WriteBuilder
All Known Subinterfaces:
SupportsOverwrite, SupportsOverwriteV2

@Evolving public interface SupportsTruncate extends WriteBuilder
Write builder trait for tables that support truncation.

Truncation removes all data in a table and replaces it with data that is committed in the write.

Since:
3.0.0
  • Method Details

    • truncate

      WriteBuilder truncate()
      Configures a write to replace all existing data with data committed in the write.
      Returns:
      this write builder for method chaining