public interface Table
| Modifier and Type | Method and Description |
|---|---|
static Table |
forPath(java.lang.String path)
Instantiate a table object for the Delta Lake table at the given path.
|
Snapshot |
getLatestSnapshot(TableClient tableClient)
Get the latest snapshot of the table.
|
static Table forPath(java.lang.String path) throws TableNotFoundException
path - location where the Delta table is present. Path needs to be fully qualified.Table representing the Delta table at given pathTableNotFoundException - when there is no Delta table at the given path.Snapshot getLatestSnapshot(TableClient tableClient) throws TableNotFoundException
tableClient - TableClient instance to use in Delta Kernel.SnapshotTableNotFoundException