public interface DataTable extends InnerTable
Table for data.| Modifier and Type | Method and Description |
|---|---|
BranchManager |
branchManager() |
CoreOptions |
coreOptions() |
FileIO |
fileIO() |
Path |
location() |
DataTableScan |
newScan() |
SnapshotReader |
newSnapshotReader() |
SnapshotManager |
snapshotManager() |
DataTable |
switchToBranch(String branchName)
Get
DataTable with branch identified by branchName. |
TagManager |
tagManager() |
newBatchWriteBuilder, newCommit, newRead, newReadBuilder, newStreamScan, newStreamWriteBuilder, newWrite, newWriteSelectorcomment, copy, createBranch, createBranch, createTag, createTag, createTag, createTag, deleteBranch, deleteBranches, deleteTag, deleteTags, fastForward, fullName, indexManifestFileReader, latestSnapshotId, manifestFileReader, manifestListReader, name, newExpireChangelog, newExpireSnapshots, options, partitionKeys, primaryKeys, rollbackTo, rollbackTo, rowType, snapshot, statisticsDataTableScan newScan()
newScan in interface InnerTableSnapshotReader newSnapshotReader()
CoreOptions coreOptions()
SnapshotManager snapshotManager()
TagManager tagManager()
BranchManager branchManager()
DataTable switchToBranch(String branchName)
DataTable with branch identified by branchName. Note that this method
does not keep dynamic options in current table.Path location()
FileIO fileIO()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.