Package io.trino.plugin.deltalake
Class DeltaLakeOutputTableHandle
- java.lang.Object
-
- io.trino.plugin.deltalake.DeltaLakeOutputTableHandle
-
- All Implemented Interfaces:
ConnectorOutputTableHandle
public class DeltaLakeOutputTableHandle extends Object implements ConnectorOutputTableHandle
-
-
Constructor Summary
Constructors Constructor Description DeltaLakeOutputTableHandle(String schemaName, String tableName, List<DeltaLakeColumnHandle> inputColumns, String location, Optional<Long> checkpointInterval, boolean external)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Long>getCheckpointInterval()List<DeltaLakeColumnHandle>getInputColumns()StringgetLocation()List<String>getPartitionedBy()StringgetSchemaName()StringgetTableName()booleanisExternal()
-
-
-
Method Detail
-
getSchemaName
public String getSchemaName()
-
getTableName
public String getTableName()
-
getInputColumns
public List<DeltaLakeColumnHandle> getInputColumns()
-
getLocation
public String getLocation()
-
isExternal
public boolean isExternal()
-
-