Uses of Class
io.trino.execution.TableInfo
-
Packages that use TableInfo Package Description io.trino.execution io.trino.sql.planner io.trino.sql.planner.planprinter -
-
Uses of TableInfo in io.trino.execution
Methods in io.trino.execution that return types with arguments of type TableInfo Modifier and Type Method Description Map<PlanNodeId,TableInfo>StageInfo. getTables()Method parameters in io.trino.execution with type arguments of type TableInfo Modifier and Type Method Description static SqlStageExecutionSqlStageExecution. createSqlStageExecution(StageId stageId, PlanFragment fragment, Map<PlanNodeId,TableInfo> tables, RemoteTaskFactory remoteTaskFactory, Session session, boolean summarizeTaskInfo, NodeTaskMap nodeTaskMap, ExecutorService executor, FailureDetector failureDetector, DynamicFilterService dynamicFilterService, SplitSchedulerStats schedulerStats)Constructor parameters in io.trino.execution with type arguments of type TableInfo Constructor Description StageInfo(StageId stageId, StageState state, PlanFragment plan, List<Type> types, StageStats stageStats, List<TaskInfo> tasks, List<StageInfo> subStages, Map<PlanNodeId,TableInfo> tables, ExecutionFailureInfo failureCause)StageStateMachine(StageId stageId, Session session, PlanFragment fragment, Map<PlanNodeId,TableInfo> tables, ExecutorService executor, SplitSchedulerStats schedulerStats) -
Uses of TableInfo in io.trino.sql.planner
Methods in io.trino.sql.planner that return types with arguments of type TableInfo Modifier and Type Method Description Map<PlanNodeId,TableInfo>StageExecutionPlan. getTables() -
Uses of TableInfo in io.trino.sql.planner.planprinter
Methods in io.trino.sql.planner.planprinter that return TableInfo Modifier and Type Method Description TableInfoTableInfoSupplier. apply(TableScanNode node)
-