Package io.trino.plugin.mongodb
Class MongoInsertTableHandle
- java.lang.Object
-
- io.trino.plugin.mongodb.MongoInsertTableHandle
-
- All Implemented Interfaces:
ConnectorInsertTableHandle
public class MongoInsertTableHandle extends Object implements ConnectorInsertTableHandle
-
-
Constructor Summary
Constructors Constructor Description MongoInsertTableHandle(SchemaTableName schemaTableName, List<MongoColumnHandle> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MongoColumnHandle>getColumns()SchemaTableNamegetSchemaTableName()
-
-
-
Constructor Detail
-
MongoInsertTableHandle
public MongoInsertTableHandle(SchemaTableName schemaTableName, List<MongoColumnHandle> columns)
-
-
Method Detail
-
getSchemaTableName
public SchemaTableName getSchemaTableName()
-
getColumns
public List<MongoColumnHandle> getColumns()
-
-