Uses of Interface
org.apache.flink.table.catalog.Index
-
Packages that use Index Package Description org.apache.flink.table.catalog -
-
Uses of Index in org.apache.flink.table.catalog
Classes in org.apache.flink.table.catalog that implement Index Modifier and Type Class Description classDefaultIndexRepresents a basic implementation of anIndexfor a table.Methods in org.apache.flink.table.catalog that return types with arguments of type Index Modifier and Type Method Description List<Index>ResolvedSchema. getIndexes()Returns all table indexes.
-