Uses of Class
org.apache.flink.table.api.Schema.UnresolvedColumn
Packages that use Schema.UnresolvedColumn
-
Uses of Schema.UnresolvedColumn in org.apache.flink.table.api
Subclasses of Schema.UnresolvedColumn in org.apache.flink.table.apiModifier and TypeClassDescriptionstatic final classDeclaration of a computed column that will be resolved toColumn.ComputedColumnduring schema resolution.static final classDeclaration of a metadata column that will be resolved toColumn.MetadataColumnduring schema resolution.static final classDeclaration of a physical column that will be resolved toColumn.PhysicalColumnduring schema resolution.Methods in org.apache.flink.table.api that return types with arguments of type Schema.UnresolvedColumnMethod parameters in org.apache.flink.table.api with type arguments of type Schema.UnresolvedColumnModifier and TypeMethodDescriptionSchema.Builder.fromColumns(List<Schema.UnresolvedColumn> unresolvedColumns) Adopts all columns from the given list.