Uses of Class
org.apache.druid.catalog.model.table.ClusterKeySpec
-
Packages that use ClusterKeySpec Package Description org.apache.druid.catalog.model.facade org.apache.druid.catalog.model.table -
-
Uses of ClusterKeySpec in org.apache.druid.catalog.model.facade
Methods in org.apache.druid.catalog.model.facade that return types with arguments of type ClusterKeySpec Modifier and Type Method Description List<ClusterKeySpec>DatasourceFacade. clusterKeys() -
Uses of ClusterKeySpec in org.apache.druid.catalog.model.table
Fields in org.apache.druid.catalog.model.table with type parameters of type ClusterKeySpec Modifier and Type Field Description static com.fasterxml.jackson.core.type.TypeReference<List<ClusterKeySpec>>ClusterKeySpec. CLUSTER_KEY_LIST_TYPE_REFMethods in org.apache.druid.catalog.model.table with parameters of type ClusterKeySpec Modifier and Type Method Description TableBuilderTableBuilder. clusterColumns(ClusterKeySpec... clusterKeys)
-