Package io.trino.plugin.deltalake
Class DeltaLakeInsertTableHandle
java.lang.Object
io.trino.plugin.deltalake.DeltaLakeInsertTableHandle
- All Implemented Interfaces:
ConnectorInsertTableHandle
-
Constructor Summary
ConstructorsConstructorDescriptionDeltaLakeInsertTableHandle(String schemaName, String tableName, String location, MetadataEntry metadataEntry, List<DeltaLakeColumnHandle> inputColumns, long readVersion, boolean retriesEnabled) -
Method Summary
Modifier and TypeMethodDescriptionlongboolean
-
Constructor Details
-
DeltaLakeInsertTableHandle
public DeltaLakeInsertTableHandle(String schemaName, String tableName, String location, MetadataEntry metadataEntry, List<DeltaLakeColumnHandle> inputColumns, long readVersion, boolean retriesEnabled)
-
-
Method Details
-
getSchemaName
-
getTableName
-
getLocation
-
getMetadataEntry
-
getInputColumns
-
getReadVersion
public long getReadVersion() -
isRetriesEnabled
public boolean isRetriesEnabled()
-