Uses of Class
org.apache.flink.table.api.Schema.UnresolvedPrimaryKey
-
Packages that use Schema.UnresolvedPrimaryKey Package Description org.apache.flink.table.api -
-
Uses of Schema.UnresolvedPrimaryKey in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return types with arguments of type Schema.UnresolvedPrimaryKey Modifier and Type Method Description Optional<Schema.UnresolvedPrimaryKey>Schema. getPrimaryKey()Constructors in org.apache.flink.table.api with parameters of type Schema.UnresolvedPrimaryKey Constructor Description Schema(List<Schema.UnresolvedColumn> columns, List<Schema.UnresolvedWatermarkSpec> watermarkSpecs, Schema.UnresolvedPrimaryKey primaryKey)Deprecated.Schema(List<Schema.UnresolvedColumn> columns, List<Schema.UnresolvedWatermarkSpec> watermarkSpecs, Schema.UnresolvedPrimaryKey primaryKey, List<Schema.UnresolvedIndex> indexes)
-