Package io.trino.plugin.deltalake
Class DeltaLakePageSink
java.lang.Object
io.trino.plugin.deltalake.AbstractDeltaLakePageSink
io.trino.plugin.deltalake.DeltaLakePageSink
- All Implemented Interfaces:
ConnectorPageSink
-
Field Summary
Fields inherited from class io.trino.plugin.deltalake.AbstractDeltaLakePageSink
dataFileInfoCodec, dataFileInfos, outputPathDirectoryFields inherited from interface io.trino.spi.connector.ConnectorPageSink
NOT_BLOCKED -
Constructor Summary
ConstructorsConstructorDescriptionDeltaLakePageSink(TypeOperators typeOperators, List<DeltaLakeColumnHandle> inputColumns, List<String> originalPartitionColumns, PageIndexerFactory pageIndexerFactory, TrinoFileSystemFactory fileSystemFactory, int maxOpenWriters, io.airlift.json.JsonCodec<DataFileInfo> dataFileInfoCodec, String tableLocation, ConnectorSession session, DeltaLakeWriterStats stats, String trinoVersion) -
Method Summary
Modifier and TypeMethodDescriptionprotected DataFileInfo.DataFileTypeprotected Stringprotected voidMethods inherited from class io.trino.plugin.deltalake.AbstractDeltaLakePageSink
abort, appendPage, closeWriter, createPartitionValues, finish, getCompletedBytes, getMemoryUsage, getValidationCpuNanos
-
Constructor Details
-
DeltaLakePageSink
public DeltaLakePageSink(TypeOperators typeOperators, List<DeltaLakeColumnHandle> inputColumns, List<String> originalPartitionColumns, PageIndexerFactory pageIndexerFactory, TrinoFileSystemFactory fileSystemFactory, int maxOpenWriters, io.airlift.json.JsonCodec<DataFileInfo> dataFileInfoCodec, String tableLocation, ConnectorSession session, DeltaLakeWriterStats stats, String trinoVersion)
-
-
Method Details
-
processSynthesizedColumn
- Specified by:
processSynthesizedColumnin classAbstractDeltaLakePageSink
-
getPathPrefix
- Specified by:
getPathPrefixin classAbstractDeltaLakePageSink
-
getDataFileType
- Specified by:
getDataFileTypein classAbstractDeltaLakePageSink
-