Class ResolvedSchema


  • @PublicEvolving
    public final class ResolvedSchema
    extends Object
    Schema of a table or view consisting of columns, constraints, and watermark specifications.

    This class is the result of resolving a Schema into a final validated representation.

    This class should not be passed into a connector. It is therefore also not serializable. Instead, the toPhysicalRowDataType() can be passed around where necessary.