| Package | Description |
|---|---|
| org.apache.flink.table.api | |
| org.apache.flink.table.catalog | |
| org.apache.flink.table.types.utils | |
| org.apache.flink.table.utils | |
| org.apache.flink.table.utils.print |
| Modifier and Type | Method and Description |
|---|---|
ResolvedSchema |
Schema.resolve(SchemaResolver resolver)
Resolves the given
Schema to a validated ResolvedSchema. |
| Modifier and Type | Method and Description |
|---|---|
static TableSchema |
TableSchema.fromResolvedSchema(ResolvedSchema resolvedSchema)
Deprecated.
Helps to migrate to the new
ResolvedSchema to old API methods. |
Schema.Builder |
Schema.Builder.fromResolvedSchema(ResolvedSchema resolvedSchema)
Adopts all members from the given resolved schema.
|
| Modifier and Type | Method and Description |
|---|---|
ResolvedSchema |
ResolvedCatalogBaseTable.getResolvedSchema()
Returns a fully resolved and validated
ResolvedSchema. |
ResolvedSchema |
ResolvedCatalogMaterializedTable.getResolvedSchema() |
ResolvedSchema |
ResolvedCatalogTable.getResolvedSchema() |
ResolvedSchema |
ResolvedCatalogView.getResolvedSchema() |
static ResolvedSchema |
ResolvedSchema.of(Column... columns)
Shortcut for a resolved schema of only columns.
|
static ResolvedSchema |
ResolvedSchema.of(List<Column> columns)
Shortcut for a resolved schema of only columns.
|
static ResolvedSchema |
ResolvedSchema.physical(List<String> columnNames,
List<DataType> columnDataTypes)
Shortcut for a resolved schema of only physical columns.
|
static ResolvedSchema |
ResolvedSchema.physical(String[] columnNames,
DataType[] columnDataTypes)
Shortcut for a resolved schema of only physical columns.
|
ResolvedSchema |
SchemaResolver.resolve(Schema schema) |
| Constructor and Description |
|---|
ResolvedCatalogMaterializedTable(CatalogMaterializedTable origin,
ResolvedSchema resolvedSchema) |
ResolvedCatalogTable(CatalogTable origin,
ResolvedSchema resolvedSchema) |
ResolvedCatalogView(CatalogView origin,
ResolvedSchema resolvedSchema) |
| Modifier and Type | Method and Description |
|---|---|
static ResolvedSchema |
DataTypeUtils.expandCompositeTypeToSchema(DataType dataType)
Expands a composite
DataType to a corresponding ResolvedSchema. |
| Modifier and Type | Method and Description |
|---|---|
static ResolvedSchema |
TableSchemaUtils.removeTimeAttributeFromResolvedSchema(ResolvedSchema resolvedSchema)
Removes time attributes from the
ResolvedSchema. |
| Modifier and Type | Method and Description |
|---|---|
static ResolvedSchema |
TableSchemaUtils.removeTimeAttributeFromResolvedSchema(ResolvedSchema resolvedSchema)
Removes time attributes from the
ResolvedSchema. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.