public class CatalogOptionsTable extends Object implements ReadonlyTable
Table
to display catalog options.Modifier and Type | Field and Description |
---|---|
static String |
CATALOG_OPTIONS |
static RowType |
TABLE_TYPE |
Constructor and Description |
---|
CatalogOptionsTable(Options catalogOptions) |
Modifier and Type | Method and Description |
---|---|
Table |
copy(Map<String,String> dynamicOptions)
Copy this table with adding dynamic options.
|
String |
name()
A name to identify this table.
|
InnerTableRead |
newRead() |
InnerTableScan |
newScan() |
List<String> |
primaryKeys()
Primary keys of this table.
|
RowType |
rowType()
Returns the row type of this table.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comment, createBranch, createBranch, createTag, createTag, createTag, createTag, deleteBranch, deleteTag, fastForward, indexManifestFileReader, latestSnapshotId, manifestFileReader, manifestListReader, newBatchWriteBuilder, newCommit, newExpireChangelog, newExpireSnapshots, newStreamScan, newStreamWriteBuilder, newWrite, newWriteSelector, options, partitionKeys, renameTag, replaceTag, rollbackTo, rollbackTo, snapshot, statistics
newReadBuilder
deleteBranches, deleteTags, fullName
public static final String CATALOG_OPTIONS
public static final RowType TABLE_TYPE
public CatalogOptionsTable(Options catalogOptions)
public RowType rowType()
public InnerTableScan newScan()
newScan
in interface InnerTable
public InnerTableRead newRead()
newRead
in interface InnerTable
public List<String> primaryKeys()
primaryKeys
in interface Table
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.