Uses of Class
io.trino.plugin.deltalake.DataFileInfo
Packages that use DataFileInfo
-
Uses of DataFileInfo in io.trino.plugin.deltalake
Fields in io.trino.plugin.deltalake with type parameters of type DataFileInfoModifier and TypeFieldDescriptionprotected final io.airlift.json.JsonCodec<DataFileInfo>AbstractDeltaLakePageSink.dataFileInfoCodecprotected final com.google.common.collect.ImmutableList.Builder<DataFileInfo>AbstractDeltaLakePageSink.dataFileInfosMethods in io.trino.plugin.deltalake that return DataFileInfoMethods in io.trino.plugin.deltalake that return types with arguments of type DataFileInfoModifier and TypeMethodDescriptionDeltaLakeMergeResult.getNewFile()DeltaLakeUpdateResult.getNewFile()Constructor parameters in io.trino.plugin.deltalake with type arguments of type DataFileInfoModifierConstructorDescriptionAbstractDeltaLakePageSink(TypeOperators typeOperators, List<DeltaLakeColumnHandle> inputColumns, List<String> originalPartitionColumns, PageIndexerFactory pageIndexerFactory, TrinoFileSystemFactory fileSystemFactory, int maxOpenWriters, io.airlift.json.JsonCodec<DataFileInfo> dataFileInfoCodec, Location tableLocation, Location outputPathDirectory, ConnectorSession session, DeltaLakeWriterStats stats, String trinoVersion, DeltaLakeParquetSchemaMapping parquetSchemaMapping) DeltaLakeCdfPageSink(TypeOperators typeOperators, List<DeltaLakeColumnHandle> inputColumns, List<String> originalPartitionColumns, PageIndexerFactory pageIndexerFactory, TrinoFileSystemFactory fileSystemFactory, int maxOpenWriters, io.airlift.json.JsonCodec<DataFileInfo> dataFileInfoCodec, Location tableLocation, Location outputPath, ConnectorSession session, DeltaLakeWriterStats stats, String trinoVersion, DeltaLakeParquetSchemaMapping parquetSchemaMapping) DeltaLakeMergeSink(TypeOperators typeOperators, TrinoFileSystemFactory fileSystemFactory, ConnectorSession session, org.joda.time.DateTimeZone parquetDateTimeZone, String trinoVersion, io.airlift.json.JsonCodec<DataFileInfo> dataFileInfoCodec, io.airlift.json.JsonCodec<DeltaLakeMergeResult> mergeResultJsonCodec, DeltaLakeWriterStats writerStats, Location rootTableLocation, ConnectorPageSink insertPageSink, List<DeltaLakeColumnHandle> tableColumns, int domainCompactionThreshold, Supplier<DeltaLakeCdfPageSink> cdfPageSinkSupplier, boolean cdfEnabled, DeltaLakeParquetSchemaMapping parquetSchemaMapping) DeltaLakeMetadata(DeltaLakeMetastore metastore, TransactionLogAccess transactionLogAccess, DeltaLakeTableStatisticsProvider tableStatisticsProvider, TrinoFileSystemFactory fileSystemFactory, TypeManager typeManager, io.trino.plugin.hive.security.AccessControlMetadata accessControlMetadata, io.trino.plugin.hive.TrinoViewHiveMetastore trinoViewHiveMetastore, int domainCompactionThreshold, boolean unsafeWritesEnabled, io.airlift.json.JsonCodec<DataFileInfo> dataFileInfoCodec, io.airlift.json.JsonCodec<DeltaLakeMergeResult> mergeResultJsonCodec, TransactionLogWriterFactory transactionLogWriterFactory, NodeManager nodeManager, CheckpointWriterManager checkpointWriterManager, long defaultCheckpointInterval, boolean deleteSchemaLocationsFallback, DeltaLakeRedirectionsProvider deltaLakeRedirectionsProvider, CachingExtendedStatisticsAccess statisticsAccess, boolean useUniqueTableLocation, boolean allowManagedTableRename) DeltaLakeMetadataFactory(io.trino.plugin.hive.metastore.HiveMetastoreFactory hiveMetastoreFactory, TrinoFileSystemFactory fileSystemFactory, TransactionLogAccess transactionLogAccess, TypeManager typeManager, DeltaLakeAccessControlMetadataFactory accessControlMetadataFactory, DeltaLakeConfig deltaLakeConfig, io.airlift.json.JsonCodec<DataFileInfo> dataFileInfoCodec, io.airlift.json.JsonCodec<DeltaLakeMergeResult> mergeResultJsonCodec, TransactionLogWriterFactory transactionLogWriterFactory, NodeManager nodeManager, CheckpointWriterManager checkpointWriterManager, DeltaLakeRedirectionsProvider deltaLakeRedirectionsProvider, CachingExtendedStatisticsAccess statisticsAccess, boolean allowManagedTableRename, io.trino.plugin.hive.NodeVersion nodeVersion) DeltaLakePageSink(TypeOperators typeOperators, List<DeltaLakeColumnHandle> inputColumns, List<String> originalPartitionColumns, PageIndexerFactory pageIndexerFactory, TrinoFileSystemFactory fileSystemFactory, int maxOpenWriters, io.airlift.json.JsonCodec<DataFileInfo> dataFileInfoCodec, Location tableLocation, ConnectorSession session, DeltaLakeWriterStats stats, String trinoVersion, DeltaLakeParquetSchemaMapping parquetSchemaMapping) DeltaLakePageSinkProvider(PageIndexerFactory pageIndexerFactory, TrinoFileSystemFactory fileSystemFactory, io.airlift.json.JsonCodec<DataFileInfo> dataFileInfoCodec, io.airlift.json.JsonCodec<DeltaLakeMergeResult> mergeResultJsonCodec, DeltaLakeWriterStats stats, DeltaLakeConfig deltaLakeConfig, TypeManager typeManager, io.trino.plugin.hive.NodeVersion nodeVersion) DeltaLakeUpdateResult(String oldFile, Optional<DataFileInfo> newFile)