Uses of Interface
io.trino.operator.DirectExchangeClientSupplier
Packages that use DirectExchangeClientSupplier
Package
Description
-
Uses of DirectExchangeClientSupplier in io.trino.exchange
Constructors in io.trino.exchange with parameters of type DirectExchangeClientSupplierModifierConstructorDescriptionLazyExchangeDataSource(QueryId queryId, ExchangeId exchangeId, io.opentelemetry.api.trace.Span querySpan, DirectExchangeClientSupplier directExchangeClientSupplier, LocalMemoryContext systemMemoryContext, TaskFailureListener taskFailureListener, RetryPolicy retryPolicy, ExchangeManagerRegistry exchangeManagerRegistry) -
Uses of DirectExchangeClientSupplier in io.trino.operator
Classes in io.trino.operator that implement DirectExchangeClientSupplierConstructors in io.trino.operator with parameters of type DirectExchangeClientSupplierModifierConstructorDescriptionExchangeOperatorFactory(int operatorId, PlanNodeId sourceId, DirectExchangeClientSupplier directExchangeClientSupplier, PagesSerdeFactory serdeFactory, RetryPolicy retryPolicy, ExchangeManagerRegistry exchangeManagerRegistry) MergeOperator(OperatorContext operatorContext, PlanNodeId sourceId, DirectExchangeClientSupplier directExchangeClientSupplier, PageDeserializer deserializer, PageWithPositionComparator comparator, List<Integer> outputChannels, List<Type> outputTypes) MergeOperatorFactory(int operatorId, PlanNodeId sourceId, DirectExchangeClientSupplier directExchangeClientSupplier, PagesSerdeFactory serdeFactory, OrderingCompiler orderingCompiler, List<Type> types, List<Integer> outputChannels, List<Integer> sortChannels, List<SortOrder> sortOrder) -
Uses of DirectExchangeClientSupplier in io.trino.server.protocol
Constructors in io.trino.server.protocol with parameters of type DirectExchangeClientSupplierModifierConstructorDescriptionExecutingStatementResource(QueryManager queryManager, DirectExchangeClientSupplier directExchangeClientSupplier, ExchangeManagerRegistry exchangeManagerRegistry, BlockEncodingSerde blockEncodingSerde, QueryInfoUrlFactory queryInfoUrlTemplate, io.airlift.concurrent.BoundedExecutor responseExecutor, ScheduledExecutorService timeoutExecutor, PreparedStatementEncoder preparedStatementEncoder, ServerConfig serverConfig) -
Uses of DirectExchangeClientSupplier in io.trino.sql.planner
Constructors in io.trino.sql.planner with parameters of type DirectExchangeClientSupplierModifierConstructorDescriptionLocalExecutionPlanner(PlannerContext plannerContext, IrTypeAnalyzer typeAnalyzer, Optional<ExplainAnalyzeContext> explainAnalyzeContext, PageSourceProvider pageSourceProvider, IndexManager indexManager, NodePartitioningManager nodePartitioningManager, PageSinkManager pageSinkManager, DirectExchangeClientSupplier directExchangeClientSupplier, ExpressionCompiler expressionCompiler, PageFunctionCompiler pageFunctionCompiler, JoinFilterFunctionCompiler joinFilterFunctionCompiler, IndexJoinLookupStats indexJoinLookupStats, TaskManagerConfig taskManagerConfig, SpillerFactory spillerFactory, SingleStreamSpillerFactory singleStreamSpillerFactory, PartitioningSpillerFactory partitioningSpillerFactory, PagesIndex.Factory pagesIndexFactory, JoinCompiler joinCompiler, OrderingCompiler orderingCompiler, DynamicFilterConfig dynamicFilterConfig, BlockTypeOperators blockTypeOperators, TypeOperators typeOperators, TableExecuteContextManager tableExecuteContextManager, ExchangeManagerRegistry exchangeManagerRegistry, NodeVersion version, CompilerConfig compilerConfig)