TruncatableTable¶
TruncatableTable
is an extension of the Table abstraction for tables that can be truncated (i.e., with all rows removed from the table).
Contract¶
truncateTable¶
boolean truncateTable()
See:
Used when:
- TruncateTableExec physical operator is executed