Package io.trino.plugin.deltalake
Class DeltaLakeInsertTableHandle
java.lang.Object
io.trino.plugin.deltalake.DeltaLakeInsertTableHandle
- All Implemented Interfaces:
ConnectorInsertTableHandle
-
Constructor Summary
ConstructorsConstructorDescriptionDeltaLakeInsertTableHandle(SchemaTableName tableName, String location, MetadataEntry metadataEntry, ProtocolEntry protocolEntry, List<DeltaLakeColumnHandle> inputColumns, long readVersion, boolean retriesEnabled) -
Method Summary
-
Constructor Details
-
DeltaLakeInsertTableHandle
public DeltaLakeInsertTableHandle(SchemaTableName tableName, String location, MetadataEntry metadataEntry, ProtocolEntry protocolEntry, List<DeltaLakeColumnHandle> inputColumns, long readVersion, boolean retriesEnabled)
-
-
Method Details