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, String tableLocation, String outputPathDirectory, ConnectorSession session, DeltaLakeWriterStats stats, String trinoVersion) 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) 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, String rootTableLocation, ConnectorPageSink insertPageSink, List<DeltaLakeColumnHandle> tableColumns, int domainCompactionThreshold, Supplier<DeltaLakeCdfPageSink> cdfPageSinkSupplier, boolean cdfEnabled) DeltaLakeMetadata(DeltaLakeMetastore metastore, TrinoFileSystemFactory fileSystemFactory, TypeManager typeManager, AccessControlMetadata accessControlMetadata, 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, ExtendedStatisticsAccess statisticsAccess, boolean useUniqueTableLocation, boolean allowManagedTableRename) DeltaLakeMetadataFactory(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, NodeVersion nodeVersion) 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) DeltaLakePageSinkProvider(PageIndexerFactory pageIndexerFactory, TrinoFileSystemFactory fileSystemFactory, io.airlift.json.JsonCodec<DataFileInfo> dataFileInfoCodec, io.airlift.json.JsonCodec<DeltaLakeMergeResult> mergeResultJsonCodec, DeltaLakeWriterStats stats, DeltaLakeConfig deltaLakeConfig, TypeManager typeManager, NodeVersion nodeVersion) DeltaLakeUpdateResult(String oldFile, Optional<DataFileInfo> newFile)