public interface StartingScanner
TableScan
.Modifier and Type | Interface and Description |
---|---|
static class |
StartingScanner.NextSnapshot
Return the next snapshot for followup scanning.
|
static class |
StartingScanner.NoSnapshot
Currently, there is no snapshot, need to wait for the snapshot to be generated.
|
static interface |
StartingScanner.Result
Scan result of
scan(org.apache.paimon.table.source.snapshot.SnapshotReader) . |
static class |
StartingScanner.ScannedResult
Result with scanned snapshot.
|
Modifier and Type | Method and Description |
---|---|
static StartingScanner.ScannedResult |
fromPlan(SnapshotReader.Plan plan) |
StartingScanner.Result |
scan(SnapshotReader snapshotReader) |
List<PartitionEntry> |
scanPartitions(SnapshotReader snapshotReader) |
StartingContext |
startingContext() |
StartingContext startingContext()
StartingScanner.Result scan(SnapshotReader snapshotReader)
List<PartitionEntry> scanPartitions(SnapshotReader snapshotReader)
static StartingScanner.ScannedResult fromPlan(SnapshotReader.Plan plan)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.