Uses of Class
io.trino.operator.exchange.LocalExchangeSource
Packages that use LocalExchangeSource
-
Uses of LocalExchangeSource in io.trino.operator.exchange
Methods in io.trino.operator.exchange that return LocalExchangeSourceConstructors in io.trino.operator.exchange with parameters of type LocalExchangeSourceModifierConstructorDescriptionLocalExchangeSourceOperator(OperatorContext operatorContext, LocalExchangeSource source) PassthroughExchanger(LocalExchangeSource localExchangeSource, long bufferMaxMemory, LongConsumer memoryTracker) Constructor parameters in io.trino.operator.exchange with type arguments of type LocalExchangeSourceModifierConstructorDescriptionLocalExchangeSource(Consumer<LocalExchangeSource> onFinish) LocalMergeSourceOperator(OperatorContext operatorContext, List<LocalExchangeSource> sources, List<Type> types, PageWithPositionComparator comparator)