Uses of Class
io.trino.execution.TableInfo
Packages that use TableInfo
-
Uses of TableInfo in io.trino.execution
Methods in io.trino.execution that return types with arguments of type TableInfoMethod parameters in io.trino.execution with type arguments of type TableInfoModifier and TypeMethodDescriptionstatic 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 TableInfoModifierConstructorDescriptionStageInfo(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