Uses of Class
io.trino.plugin.exchange.filesystem.ExchangeSourceFile
Packages that use ExchangeSourceFile
Package
Description
-
Uses of ExchangeSourceFile in io.trino.plugin.exchange.filesystem
Method parameters in io.trino.plugin.exchange.filesystem with type arguments of type ExchangeSourceFileModifier and TypeMethodDescriptionFileSystemExchangeStorage.createExchangeStorageReader(List<ExchangeSourceFile> sourceFiles, int maxPageStorageSize, MetricsBuilder metricsBuilder) -
Uses of ExchangeSourceFile in io.trino.plugin.exchange.filesystem.azure
Method parameters in io.trino.plugin.exchange.filesystem.azure with type arguments of type ExchangeSourceFileModifier and TypeMethodDescriptionAzureBlobFileSystemExchangeStorage.createExchangeStorageReader(List<ExchangeSourceFile> sourceFiles, int maxPageStorageSize, MetricsBuilder metricsBuilder) -
Uses of ExchangeSourceFile in io.trino.plugin.exchange.filesystem.local
Method parameters in io.trino.plugin.exchange.filesystem.local with type arguments of type ExchangeSourceFileModifier and TypeMethodDescriptionLocalFileSystemExchangeStorage.createExchangeStorageReader(List<ExchangeSourceFile> sourceFiles, int maxPageStorageSize, MetricsBuilder metricsBuilder) -
Uses of ExchangeSourceFile in io.trino.plugin.exchange.filesystem.s3
Method parameters in io.trino.plugin.exchange.filesystem.s3 with type arguments of type ExchangeSourceFileModifier and TypeMethodDescriptionS3FileSystemExchangeStorage.createExchangeStorageReader(List<ExchangeSourceFile> sourceFiles, int maxPageStorageSize, MetricsBuilder metricsBuilder)