Class Schema.UnresolvedIndex

java.lang.Object
org.apache.flink.table.api.Schema.UnresolvedIndex
Enclosing class:
Schema

@PublicEvolving public static final class Schema.UnresolvedIndex extends Object
Declaration of an index that will be resolved to Index during schema resolution.
  • Constructor Details

    • UnresolvedIndex

      public UnresolvedIndex(String indexName, List<String> columnNames)
  • Method Details