Uses of Class
io.trino.execution.TableInfo
-
Packages that use TableInfo Package Description io.trino.execution 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 SqlStageSqlStage. createSqlStage(StageId stageId, PlanFragment fragment, Map<PlanNodeId,TableInfo> tables, RemoteTaskFactory remoteTaskFactory, Session session, boolean summarizeTaskInfo, NodeTaskMap nodeTaskMap, Executor executor, SplitSchedulerStats schedulerStats)Constructor parameters in io.trino.execution with type arguments of type TableInfo Constructor Description StageInfo(StageId stageId, StageState state, PlanFragment plan, boolean coordinatorOnly, List<Type> types, StageStats stageStats, List<TaskInfo> tasks, List<StageInfo> subStages, Map<PlanNodeId,TableInfo> tables, ExecutionFailureInfo failureCause)StageStateMachine(StageId stageId, PlanFragment fragment, Map<PlanNodeId,TableInfo> tables, Executor executor, SplitSchedulerStats schedulerStats) -
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)
-