@Evolving public interface Snapshot
| Modifier and Type | Method and Description |
|---|---|
ScanBuilder |
getScanBuilder(TableClient tableClient)
Create a scan builder to construct a
Scan to read data from this snapshot. |
StructType |
getSchema(TableClient tableClient)
Get the schema of the table at this snapshot.
|
long |
getVersion(TableClient tableClient)
Get the version of this snapshot in the table.
|
long getVersion(TableClient tableClient)
tableClient - TableClient instance to use in Delta Kernel.StructType getSchema(TableClient tableClient)
tableClient - TableClient instance to use in Delta Kernel.ScanBuilder getScanBuilder(TableClient tableClient)
Scan to read data from this snapshot.tableClient - TableClient instance to use in Delta Kernel.ScanBuilder