Uses of Class
io.trino.plugin.mongodb.MongoIndex.MongodbIndexKey
-
-
Uses of MongoIndex.MongodbIndexKey in io.trino.plugin.mongodb
Methods in io.trino.plugin.mongodb that return types with arguments of type MongoIndex.MongodbIndexKey Modifier and Type Method Description List<MongoIndex.MongodbIndexKey>MongoIndex. getKeys()Constructor parameters in io.trino.plugin.mongodb with type arguments of type MongoIndex.MongodbIndexKey Constructor Description MongoIndex(String name, List<MongoIndex.MongodbIndexKey> keys, boolean unique)
-