Uses of Class
io.trino.sql.planner.SplitSourceFactory
-
Packages that use SplitSourceFactory Package Description io.trino.execution.scheduler -
-
Uses of SplitSourceFactory in io.trino.execution.scheduler
Methods in io.trino.execution.scheduler with parameters of type SplitSourceFactory Modifier and Type Method Description static StageTaskSourceFactory.HashDistributionTaskSourceStageTaskSourceFactory.HashDistributionTaskSource. create(Session session, PlanFragment fragment, SplitSourceFactory splitSourceFactory, com.google.common.collect.Multimap<PlanFragmentId,ExchangeSourceHandle> exchangeSourceHandles, int splitBatchSize, LongConsumer getSplitTimeRecorder, int[] bucketToPartitionMap, Optional<BucketNodeMap> bucketNodeMap)static StageTaskSourceFactory.SourceDistributionTaskSourceStageTaskSourceFactory.SourceDistributionTaskSource. create(Session session, PlanFragment fragment, SplitSourceFactory splitSourceFactory, com.google.common.collect.Multimap<PlanFragmentId,ExchangeSourceHandle> exchangeSourceHandles, TableExecuteContextManager tableExecuteContextManager, int splitBatchSize, LongConsumer getSplitTimeRecorder, int targetPartitionSplitCount)Constructors in io.trino.execution.scheduler with parameters of type SplitSourceFactory Constructor Description SqlQueryScheduler(QueryStateMachine queryStateMachine, SubPlan plan, NodePartitioningManager nodePartitioningManager, NodeScheduler nodeScheduler, RemoteTaskFactory remoteTaskFactory, boolean summarizeTaskInfo, int splitBatchSize, ExecutorService queryExecutor, ScheduledExecutorService schedulerExecutor, FailureDetector failureDetector, NodeTaskMap nodeTaskMap, ExecutionPolicy executionPolicy, SplitSchedulerStats schedulerStats, DynamicFilterService dynamicFilterService, TableExecuteContextManager tableExecuteContextManager, Metadata metadata, SplitSourceFactory splitSourceFactory, TaskManager coordinatorTaskManager, ExchangeManagerRegistry exchangeManagerRegistry, TaskSourceFactory taskSourceFactory)StageTaskSourceFactory(SplitSourceFactory splitSourceFactory, TableExecuteContextManager tableExecuteContextManager, int splitBatchSize)StageTaskSourceFactory(SplitSourceFactory splitSourceFactory, TableExecuteContextManager tableExecuteContextManager, QueryManagerConfig queryManagerConfig)
-