Uses of Class
io.trino.plugin.deltalake.DeltaLakeUpdateResult
-
Packages that use DeltaLakeUpdateResult Package Description io.trino.plugin.deltalake -
-
Uses of DeltaLakeUpdateResult in io.trino.plugin.deltalake
Constructor parameters in io.trino.plugin.deltalake with type arguments of type DeltaLakeUpdateResult Constructor Description DeltaLakePageSourceProvider(HdfsEnvironment hdfsEnvironment, FileFormatDataSourceStats fileFormatDataSourceStats, ParquetReaderConfig parquetReaderConfig, DeltaLakeConfig deltaLakeConfig, HiveConfig hiveConfig, 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, HdfsEnvironment hdfsEnvironment, HdfsEnvironment.HdfsContext hdfsContext, org.joda.time.DateTimeZone parquetDateTimeZone, ParquetReaderOptions parquetReaderOptions, TupleDomain<HiveColumnHandle> parquetPredicate, TypeManager typeManager, io.airlift.json.JsonCodec<DeltaLakeUpdateResult> updateResultJsonCodec)
-