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