Uses of Class
io.trino.plugin.deltalake.DataFileInfo
-
Packages that use DataFileInfo Package Description io.trino.plugin.deltalake -
-
Uses of DataFileInfo in io.trino.plugin.deltalake
Methods in io.trino.plugin.deltalake that return DataFileInfo Modifier and Type Method Description DataFileInfoDeltaLakeWriter. getDataFileInfo()Methods in io.trino.plugin.deltalake that return types with arguments of type DataFileInfo Modifier and Type Method Description Optional<DataFileInfo>DeltaLakeUpdateResult. getNewFile()Constructor parameters in io.trino.plugin.deltalake with type arguments of type DataFileInfo Constructor Description DeltaLakeMetadata(DeltaLakeMetastore metastore, HdfsEnvironment hdfsEnvironment, TypeManager typeManager, AccessControlMetadata accessControlMetadata, int domainCompactionThreshold, boolean unsafeWritesEnabled, io.airlift.json.JsonCodec<DataFileInfo> dataFileInfoCodec, io.airlift.json.JsonCodec<DeltaLakeUpdateResult> updateResultJsonCodec, TransactionLogWriterFactory transactionLogWriterFactory, NodeManager nodeManager, CheckpointWriterManager checkpointWriterManager, long defaultCheckpointInterval, boolean ignoreCheckpointWriteFailures, boolean deleteSchemaLocationsFallback, DeltaLakeRedirectionsProvider deltaLakeRedirectionsProvider, ExtendedStatisticsAccess statisticsAccess)DeltaLakeMetadataFactory(HiveMetastoreFactory hiveMetastoreFactory, HdfsEnvironment hdfsEnvironment, TransactionLogAccess transactionLogAccess, TypeManager typeManager, DeltaLakeAccessControlMetadataFactory accessControlMetadataFactory, DeltaLakeConfig deltaLakeConfig, io.airlift.json.JsonCodec<DataFileInfo> dataFileInfoCodec, io.airlift.json.JsonCodec<DeltaLakeUpdateResult> updateResultJsonCodec, TransactionLogWriterFactory transactionLogWriterFactory, NodeManager nodeManager, CheckpointWriterManager checkpointWriterManager, DeltaLakeRedirectionsProvider deltaLakeRedirectionsProvider, CachingExtendedStatisticsAccess statisticsAccess, HiveConfig hiveConfig)DeltaLakePageSink(List<DeltaLakeColumnHandle> inputColumns, List<String> originalPartitionColumns, PageIndexerFactory pageIndexerFactory, HdfsEnvironment hdfsEnvironment, int maxOpenWriters, io.airlift.json.JsonCodec<DataFileInfo> dataFileInfoCodec, String outputPath, ConnectorSession session, DeltaLakeWriterStats stats, TypeManager typeManager, String trinoVersion)DeltaLakePageSinkProvider(PageIndexerFactory pageIndexerFactory, HdfsEnvironment hdfsEnvironment, io.airlift.json.JsonCodec<DataFileInfo> dataFileInfoCodec, DeltaLakeWriterStats stats, DeltaLakeConfig deltaLakeConfig, TypeManager typeManager, NodeVersion nodeVersion)DeltaLakeUpdateResult(String oldFile, Optional<DataFileInfo> newFile)
-