Uses of Class
io.trino.operator.exchange.LocalExchange
Packages that use LocalExchange
-
Uses of LocalExchange in io.trino.operator.exchange
Constructors in io.trino.operator.exchange with parameters of type LocalExchangeModifierConstructorDescriptionLocalExchangeSourceOperatorFactory(int operatorId, PlanNodeId planNodeId, LocalExchange localExchange) LocalMergeSourceOperatorFactory(int operatorId, PlanNodeId planNodeId, LocalExchange localExchange, List<Type> types, OrderingCompiler orderingCompiler, List<Integer> sortChannels, List<SortOrder> orderings)