Modifier and Type | Class and Description |
---|---|
class |
LookupFileStoreTable
FileStoreTable for lookup table. |
Modifier and Type | Class and Description |
---|---|
class |
PrivilegedFileStoreTable
FileStoreTable with privilege checks. |
Modifier and Type | Interface and Description |
---|---|
interface |
DataTable
A
Table for data. |
interface |
FileStoreTable
An abstraction layer above
FileStore to provide reading and writing of InternalRow . |
interface |
ReadonlyTable
Readonly table which only provide implementation for scan and read.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatedFileStoreTable
Delegated
FileStoreTable . |
class |
FallbackReadFileStoreTable
A
FileStoreTable which mainly read from the current branch. |
class |
KnownSplitsTable
A table to hold some known data splits.
|
Modifier and Type | Method and Description |
---|---|
static KnownSplitsTable |
KnownSplitsTable.create(InnerTable origin,
DataSplit[] splits) |
Constructor and Description |
---|
BatchWriteBuilderImpl(InnerTable table) |
StreamWriteBuilderImpl(InnerTable table) |
Constructor and Description |
---|
ReadBuilderImpl(InnerTable table) |
Modifier and Type | Class and Description |
---|---|
class |
AggregationFieldsTable
A
Table for showing Aggregation of table. |
class |
AllTableOptionsTable
This is a system table to display all the database-table properties.
|
class |
AuditLogTable
A
Table for reading audit log of table. |
class |
BranchesTable
A
Table for showing branches of table. |
class |
BucketsTable
A
Table for showing buckets info. |
class |
CatalogOptionsTable
This is a system
Table to display catalog options. |
class |
CompactBucketsTable
A table to produce modified partitions and buckets (also including files in streaming mode) for
each snapshot.
|
class |
ConsumersTable
A
Table for showing consumers of table. |
class |
FileMonitorTable
A table to produce modified files for snapshots.
|
class |
FilesTable
A
Table for showing files of a snapshot in specific table. |
class |
ManifestsTable
A
Table for showing committing snapshots of table. |
class |
OptionsTable
A
Table for showing options of table. |
class |
PartitionsTable
A
Table for showing partitions info. |
class |
ReadOptimizedTable
A
Table optimized for reading by avoiding merging files. |
class |
SchemasTable
A
Table for showing schemas of table. |
class |
SinkTableLineageTable
This is a system table to display all the sink table lineages.
|
class |
SnapshotsTable
A
Table for showing committing snapshots of table. |
class |
SourceTableLineageTable
This is a system table to display all the source table lineages.
|
class |
StatisticTable
A
Table for showing statistic of table. |
class |
TableLineageTable
Base lineage table for source and sink table lineage.
|
class |
TagsTable
A
Table for showing tags of table. |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.