Package io.trino.plugin.deltalake
Class DeltaLakeOutputTableHandle
java.lang.Object
io.trino.plugin.deltalake.DeltaLakeOutputTableHandle
- All Implemented Interfaces:
ConnectorOutputTableHandle
-
Constructor Summary
ConstructorsConstructorDescriptionDeltaLakeOutputTableHandle(String schemaName, String tableName, List<DeltaLakeColumnHandle> inputColumns, String location, Optional<Long> checkpointInterval, boolean external, Optional<String> comment, Optional<Boolean> changeDataFeedEnabled, ProtocolEntry protocolEntry) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
DeltaLakeOutputTableHandle
-
-
Method Details
-
getSchemaName
-
getTableName
-
getInputColumns
-
getLocation
-
getPartitionedBy
-
getCheckpointInterval
-
isExternal
public boolean isExternal() -
getComment
-
getChangeDataFeedEnabled
-
getProtocolEntry
-