Uses of Class
io.trino.spi.exchange.ExchangeSourceOutputSelector
Packages that use ExchangeSourceOutputSelector
-
Uses of ExchangeSourceOutputSelector in io.trino.spi.exchange
Methods in io.trino.spi.exchange that return ExchangeSourceOutputSelectorModifier and TypeMethodDescriptionExchangeSourceOutputSelector.Builder.build()ExchangeSourceOutputSelector.merge(ExchangeSourceOutputSelector other) Methods in io.trino.spi.exchange with parameters of type ExchangeSourceOutputSelectorModifier and TypeMethodDescriptionvoidExchangeSourceOutputSelector.checkValidTransition(ExchangeSourceOutputSelector newSelector) ExchangeSourceOutputSelector.merge(ExchangeSourceOutputSelector other) voidExchangeSource.setOutputSelector(ExchangeSourceOutputSelector selector) Called by the engine to provide information about what source task output must be included and what must be skipped.