Table¶
Table is an abstraction of delta tables.
Contract (Subset)¶
Checkpoint¶
checkpoint(
Engine engine,
long version)
Checkpoints the delta table (at the given version)
Implementations¶
Create Delta Table for Path¶
Table forPath(
Engine engine,
String path)
forPath creates a TableImpl for the given Engine and the path.