| Package | Description |
|---|---|
| org.apache.flink.table.catalog | |
| org.apache.flink.table.operations |
| Modifier and Type | Method and Description |
|---|---|
static ContextResolvedTable |
ContextResolvedTable.anonymous(org.apache.flink.table.catalog.ResolvedCatalogBaseTable<?> resolvedTable) |
static ContextResolvedTable |
ContextResolvedTable.anonymous(String hint,
org.apache.flink.table.catalog.ResolvedCatalogBaseTable<?> resolvedTable) |
ContextResolvedTable |
ContextResolvedTable.copy(Map<String,String> newOptions)
Copy the
ContextResolvedTable, replacing the underlying CatalogTable options. |
ContextResolvedTable |
ContextResolvedTable.copy(org.apache.flink.table.catalog.ResolvedSchema newSchema)
Copy the
ContextResolvedTable, replacing the underlying ResolvedSchema. |
ContextResolvedTable |
CatalogManager.getTableOrError(org.apache.flink.table.catalog.ObjectIdentifier objectIdentifier)
Like
CatalogManager.getTable(ObjectIdentifier), but throws an error when the table is not available
in any of the catalogs. |
static ContextResolvedTable |
ContextResolvedTable.permanent(org.apache.flink.table.catalog.ObjectIdentifier identifier,
org.apache.flink.table.catalog.Catalog catalog,
org.apache.flink.table.catalog.ResolvedCatalogBaseTable<?> resolvedTable) |
static ContextResolvedTable |
ContextResolvedTable.temporary(org.apache.flink.table.catalog.ObjectIdentifier identifier,
org.apache.flink.table.catalog.ResolvedCatalogBaseTable<?> resolvedTable) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ContextResolvedTable> |
CatalogManager.getTable(org.apache.flink.table.catalog.ObjectIdentifier objectIdentifier)
Retrieves a fully qualified table.
|
Optional<ContextResolvedTable> |
CatalogManager.getTable(org.apache.flink.table.catalog.ObjectIdentifier objectIdentifier,
long timestamp)
Retrieves a fully qualified table with a specific time.
|
| Modifier and Type | Field and Description |
|---|---|
protected ContextResolvedTable |
SinkModifyOperation.contextResolvedTable |
| Modifier and Type | Method and Description |
|---|---|
ContextResolvedTable |
SinkModifyOperation.getContextResolvedTable() |
ContextResolvedTable |
ExternalModifyOperation.getContextResolvedTable() |
ContextResolvedTable |
SourceQueryOperation.getContextResolvedTable() |
| Constructor and Description |
|---|
DeleteFromFilterOperation(ContextResolvedTable contextResolvedTable,
org.apache.flink.table.connector.sink.abilities.SupportsDeletePushDown supportsDeletePushDownSink,
List<org.apache.flink.table.expressions.ResolvedExpression> filters) |
ExternalModifyOperation(ContextResolvedTable contextResolvedTable,
QueryOperation child,
org.apache.flink.table.connector.ChangelogMode changelogMode,
org.apache.flink.table.types.DataType physicalDataType) |
SinkModifyOperation(ContextResolvedTable contextResolvedTable,
QueryOperation child) |
SinkModifyOperation(ContextResolvedTable contextResolvedTable,
QueryOperation child,
int[][] targetColumns,
SinkModifyOperation.ModifyType modifyType) |
SinkModifyOperation(ContextResolvedTable contextResolvedTable,
QueryOperation child,
Map<String,String> staticPartitions,
int[][] targetColumns,
boolean overwrite,
Map<String,String> dynamicOptions) |
SinkModifyOperation(ContextResolvedTable contextResolvedTable,
QueryOperation child,
Map<String,String> staticPartitions,
int[][] targetColumns,
boolean overwrite,
Map<String,String> dynamicOptions,
SinkModifyOperation.ModifyType modifyType) |
SourceQueryOperation(ContextResolvedTable contextResolvedTable) |
SourceQueryOperation(ContextResolvedTable contextResolvedTable,
Map<String,String> dynamicOptions) |
StagedSinkModifyOperation(ContextResolvedTable contextResolvedTable,
QueryOperation child,
Map<String,String> staticPartitions,
int[][] targetColumns,
boolean overwrite,
Map<String,String> dynamicOptions,
org.apache.flink.table.connector.sink.DynamicTableSink dynamicTableSink) |
StagedSinkModifyOperation(ContextResolvedTable contextResolvedTable,
QueryOperation child,
Map<String,String> staticPartitions,
int[][] targetColumns,
boolean overwrite,
Map<String,String> dynamicOptions,
SinkModifyOperation.ModifyType modifyType,
org.apache.flink.table.connector.sink.DynamicTableSink dynamicTableSink) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.