Uses of Record Class
io.trino.plugin.mongodb.RemoteTableName
Packages that use RemoteTableName
-
Uses of RemoteTableName in io.trino.plugin.mongodb
Methods in io.trino.plugin.mongodb that return RemoteTableNameModifier and TypeMethodDescriptionMongoInsertTableHandle.remoteTableName()Returns the value of theremoteTableNamerecord component.MongoOutputTableHandle.remoteTableName()Returns the value of theremoteTableNamerecord component.MongoTableHandle.remoteTableName()Returns the value of theremoteTableNamerecord component.MongoSession.toRemoteSchemaTableName(SchemaTableName schemaTableName) Methods in io.trino.plugin.mongodb that return types with arguments of type RemoteTableNameModifier and TypeMethodDescriptionMongoInsertTableHandle.getTemporaryRemoteTableName()MongoOutputTableHandle.getTemporaryRemoteTableName()Methods in io.trino.plugin.mongodb with parameters of type RemoteTableNameModifier and TypeMethodDescriptionvoidMongoSession.createTable(RemoteTableName name, List<MongoColumnHandle> columns, Optional<String> comment) longMongoSession.deleteDocuments(RemoteTableName remoteTableName, TupleDomain<ColumnHandle> constraint) voidMongoSession.dropTable(RemoteTableName remoteTableName) com.mongodb.client.MongoCollection<org.bson.Document> MongoSession.getCollection(RemoteTableName remoteTableName) Constructors in io.trino.plugin.mongodb with parameters of type RemoteTableNameModifierConstructorDescriptionMongoInsertTableHandle(RemoteTableName remoteTableName, List<MongoColumnHandle> columns, Optional<String> temporaryTableName, Optional<String> pageSinkIdColumnName) Creates an instance of aMongoInsertTableHandlerecord class.MongoOutputTableHandle(RemoteTableName remoteTableName, List<MongoColumnHandle> columns, Optional<String> temporaryTableName, Optional<String> pageSinkIdColumnName) Creates an instance of aMongoOutputTableHandlerecord class.MongoPageSink(MongoSession mongoSession, RemoteTableName remoteTableName, List<MongoColumnHandle> columns, String implicitPrefix, Optional<String> pageSinkIdColumnName, ConnectorPageSinkId pageSinkId) MongoTableHandle(SchemaTableName schemaTableName, RemoteTableName remoteTableName, Optional<String> filter) MongoTableHandle(SchemaTableName schemaTableName, RemoteTableName remoteTableName, Optional<String> filter, TupleDomain<ColumnHandle> constraint, Set<MongoColumnHandle> projectedColumns, OptionalInt limit) Creates an instance of aMongoTableHandlerecord class.