Package io.trino.plugin.deltalake
Class DeltaLakeInsertTableHandle
- java.lang.Object
-
- io.trino.plugin.deltalake.DeltaLakeInsertTableHandle
-
- All Implemented Interfaces:
ConnectorInsertTableHandle
public class DeltaLakeInsertTableHandle extends Object implements ConnectorInsertTableHandle
-
-
Constructor Summary
Constructors Constructor Description DeltaLakeInsertTableHandle(String schemaName, String tableName, String location, MetadataEntry metadataEntry, List<DeltaLakeColumnHandle> inputColumns, long readVersion, boolean retriesEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DeltaLakeColumnHandle>getInputColumns()StringgetLocation()MetadataEntrygetMetadataEntry()longgetReadVersion()StringgetSchemaName()StringgetTableName()booleanisRetriesEnabled()
-
-
-
Constructor Detail
-
DeltaLakeInsertTableHandle
public DeltaLakeInsertTableHandle(String schemaName, String tableName, String location, MetadataEntry metadataEntry, List<DeltaLakeColumnHandle> inputColumns, long readVersion, boolean retriesEnabled)
-
-
Method Detail
-
getSchemaName
public String getSchemaName()
-
getTableName
public String getTableName()
-
getLocation
public String getLocation()
-
getMetadataEntry
public MetadataEntry getMetadataEntry()
-
getInputColumns
public List<DeltaLakeColumnHandle> getInputColumns()
-
getReadVersion
public long getReadVersion()
-
isRetriesEnabled
public boolean isRetriesEnabled()
-
-