Uses of Class
io.trino.plugin.deltalake.DeltaLakeUpdateResult
Packages that use DeltaLakeUpdateResult
-
Uses of DeltaLakeUpdateResult in io.trino.plugin.deltalake
Constructor parameters in io.trino.plugin.deltalake with type arguments of type DeltaLakeUpdateResultModifierConstructorDescriptionDeltaLakePageSourceProvider(TrinoFileSystemFactory fileSystemFactory, HdfsEnvironment hdfsEnvironment, FileFormatDataSourceStats fileFormatDataSourceStats, ParquetReaderConfig parquetReaderConfig, DeltaLakeConfig deltaLakeConfig, ExecutorService executorService, TypeManager typeManager, io.airlift.json.JsonCodec<DeltaLakeUpdateResult> updateResultJsonCodec) DeltaLakeUpdatablePageSource(DeltaLakeTableHandle tableHandle, List<DeltaLakeColumnHandle> queryColumns, Map<String, Optional<String>> partitionKeys, String path, long fileSize, long fileModifiedTime, ConnectorSession session, ExecutorService executorService, TrinoFileSystemFactory fileSystemFactory, HdfsEnvironment hdfsEnvironment, HdfsContext hdfsContext, org.joda.time.DateTimeZone parquetDateTimeZone, ParquetReaderOptions parquetReaderOptions, TupleDomain<HiveColumnHandle> parquetPredicate, TypeManager typeManager, io.airlift.json.JsonCodec<DeltaLakeUpdateResult> updateResultJsonCodec)