Uses of Class
io.trino.operator.exchange.LocalExchangeSource
-
Packages that use LocalExchangeSource Package Description io.trino.operator.exchange -
-
Uses of LocalExchangeSource in io.trino.operator.exchange
Methods in io.trino.operator.exchange that return LocalExchangeSource Modifier and Type Method Description LocalExchangeSourceLocalExchange. getNextSource()Constructors in io.trino.operator.exchange with parameters of type LocalExchangeSource Constructor Description LocalExchangeSourceOperator(OperatorContext operatorContext, LocalExchangeSource source)PassthroughExchanger(LocalExchangeSource localExchangeSource, long bufferMaxMemory, LongConsumer memoryTracker)Constructor parameters in io.trino.operator.exchange with type arguments of type LocalExchangeSource Constructor Description LocalExchangeSource(Consumer<LocalExchangeSource> onFinish)LocalMergeSourceOperator(OperatorContext operatorContext, List<LocalExchangeSource> sources, List<Type> types, PageWithPositionComparator comparator)
-