public class AggregationFieldsTable extends Object implements ReadonlyTable
Table for showing Aggregation of table.| Modifier and Type | Field and Description |
|---|---|
static String |
AGGREGATION_FIELDS |
static RowType |
TABLE_TYPE |
| Constructor and Description |
|---|
AggregationFieldsTable(FileIO fileIO,
Path location,
String branchName) |
AggregationFieldsTable(FileStoreTable dataTable) |
| Modifier and Type | Method and Description |
|---|---|
Table |
copy(Map<String,String> dynamicOptions)
Copy this table with adding dynamic options.
|
protected static org.apache.paimon.shade.guava30.com.google.common.collect.Multimap<String,String> |
extractFieldMultimap(Map<String,String> inputMap,
java.util.function.Function<Map.Entry<String,String>,String> contentSelector) |
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, waitcomment, createBranch, createBranch, createTag, createTag, createTag, createTag, deleteBranch, deleteTag, fastForward, indexManifestFileReader, latestSnapshotId, manifestFileReader, manifestListReader, newBatchWriteBuilder, newCommit, newExpireChangelog, newExpireSnapshots, newStreamScan, newStreamWriteBuilder, newWrite, newWriteSelector, options, partitionKeys, rollbackTo, rollbackTo, snapshot, statisticsnewReadBuilderdeleteBranches, deleteTags, fullNamepublic static final String AGGREGATION_FIELDS
public static final RowType TABLE_TYPE
public AggregationFieldsTable(FileStoreTable dataTable)
public RowType rowType()
Tablepublic List<String> primaryKeys()
TableprimaryKeys in interface Tablepublic InnerTableScan newScan()
newScan in interface InnerTablepublic InnerTableRead newRead()
newRead in interface InnerTablepublic Table copy(Map<String,String> dynamicOptions)
TableCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.