Package io.trino.plugin.deltalake
Class DeltaLakeCdfPageSink
java.lang.Object
io.trino.plugin.deltalake.AbstractDeltaLakePageSink
io.trino.plugin.deltalake.DeltaLakeCdfPageSink
- All Implemented Interfaces:
ConnectorPageSink
-
Field Summary
FieldsFields inherited from class io.trino.plugin.deltalake.AbstractDeltaLakePageSink
dataFileInfoCodec, dataFileInfos, outputPathDirectoryFields inherited from interface io.trino.spi.connector.ConnectorPageSink
NOT_BLOCKED -
Constructor Summary
ConstructorsConstructorDescriptionDeltaLakeCdfPageSink(TypeOperators typeOperators, List<DeltaLakeColumnHandle> inputColumns, List<String> originalPartitionColumns, PageIndexerFactory pageIndexerFactory, TrinoFileSystemFactory fileSystemFactory, int maxOpenWriters, io.airlift.json.JsonCodec<DataFileInfo> dataFileInfoCodec, String outputPath, 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
-
Field Details
-
CHANGE_TYPE_COLUMN_NAME
- See Also:
-
CHANGE_DATA_FOLDER_NAME
- See Also:
-
-
Constructor Details
-
DeltaLakeCdfPageSink
public DeltaLakeCdfPageSink(TypeOperators typeOperators, List<DeltaLakeColumnHandle> inputColumns, List<String> originalPartitionColumns, PageIndexerFactory pageIndexerFactory, TrinoFileSystemFactory fileSystemFactory, int maxOpenWriters, io.airlift.json.JsonCodec<DataFileInfo> dataFileInfoCodec, String outputPath, 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
-