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, newWriteSelector
comment, copy, createBranch, createBranch, createTag, createTag, createTag, createTag, deleteBranch, deleteBranches, deleteTag, deleteTags, fastForward, fullName, indexManifestFileReader, latestSnapshotId, manifestFileReader, manifestListReader, name, newExpireChangelog, newExpireSnapshots, options, partitionKeys, primaryKeys, renameTag, replaceTag, rollbackTo, rollbackTo, rowType, snapshot, statistics
DataTableScan newScan()
newScan
in interface InnerTable
SnapshotReader 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.