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 TableInfoModifier and TypeMethodDescriptionstatic Map<PlanNodeId, TableInfo> TableInfo.extract(Session session, Metadata metadata, PlanFragment fragment) StageInfo.getTables()Method 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 stateMachineExecutor, io.opentelemetry.api.trace.Tracer tracer, io.opentelemetry.api.trace.Span schedulerSpan, 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, io.opentelemetry.api.trace.Tracer tracer, io.opentelemetry.api.trace.Span schedulerSpan, SplitSchedulerStats schedulerStats) -
Uses of TableInfo in io.trino.sql.planner.planprinter
Classes in io.trino.sql.planner.planprinter that implement interfaces with type arguments of type TableInfoMethods in io.trino.sql.planner.planprinter that return TableInfoMethods in io.trino.sql.planner.planprinter with parameters of type TableInfoModifier and TypeMethodDescriptionAnonymizer.anonymize(TableHandle tableHandle, TableInfo tableInfo) CounterBasedAnonymizer.anonymize(TableHandle tableHandle, TableInfo tableInfo) NoOpAnonymizer.anonymize(TableHandle tableHandle, TableInfo tableInfo)