class KernelSnapshotWrapper extends Snapshot
Wrap a io.delta.kernel.Snapshot such that it conforms to the the io.delta.standalone.Snapshot interface.
NB: Currently only supports the getMetadata and getVersion methods. All others throw exceptions.
- Alphabetic
- By Inheritance
- KernelSnapshotWrapper
- Snapshot
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new KernelSnapshotWrapper(kernelSnapshot: kernel.internal.SnapshotImpl)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getAllFiles(): List[AddFile]
NOT SUPPORTED
NOT SUPPORTED
- returns
all of the files present in this snapshot
- Definition Classes
- KernelSnapshotWrapper → Snapshot
- Annotations
- @Override()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getKernelSnapshot(): kernel.internal.SnapshotImpl
- Attributes
- protected[internal]
-
def
getMetadata(): Metadata
- returns
the table metadata for this snapshot.
- Definition Classes
- KernelSnapshotWrapper → Snapshot
- Annotations
- @Override()
-
def
getVersion(): Long
- returns
the version for this snapshot
- Definition Classes
- KernelSnapshotWrapper → Snapshot
- Annotations
- @Override()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
open(): CloseableIterator[RowRecord]
NOT SUPPORTED Creates a
CloseableIteratorwhich can iterate over data belonging to this snapshot.NOT SUPPORTED Creates a
CloseableIteratorwhich can iterate over data belonging to this snapshot. It provides no iteration ordering guarantee among data.- returns
a
CloseableIteratorto iterate over data
- Definition Classes
- KernelSnapshotWrapper → Snapshot
- Annotations
- @Override()
-
def
scan(predicate: Expression): DeltaScan
NOT SUPPORTED
NOT SUPPORTED
- predicate
the predicate to be used to filter the files in this snapshot.
- returns
a
DeltaScanof the files in this snapshot matching the pushed portion ofpredicate
- Definition Classes
- KernelSnapshotWrapper → Snapshot
- Annotations
- @Override()
-
def
scan(): DeltaScan
NOT SUPPORTED
NOT SUPPORTED
- returns
a
DeltaScanof the files in this snapshot.
- Definition Classes
- KernelSnapshotWrapper → Snapshot
- Annotations
- @Override()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()