Uses of Class
io.trino.plugin.mongodb.MongoIndex
-
-
Uses of MongoIndex in io.trino.plugin.mongodb
Methods in io.trino.plugin.mongodb that return types with arguments of type MongoIndex Modifier and Type Method Description List<MongoIndex>MongoSession. getIndexes(String schemaName, String tableName)List<MongoIndex>MongoTable. getIndexes()static List<MongoIndex>MongoIndex. parse(com.mongodb.client.ListIndexesIterable<org.bson.Document> indexes)
-