| 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.
|
public static Table forPath(java.lang.String path)
Tablepublic Snapshot getLatestSnapshot(TableClient tableClient) throws TableNotFoundException
TablegetLatestSnapshot in interface TabletableClient - TableClient instance to use in Delta Kernel.SnapshotTableNotFoundException