Uses of Class
io.trino.sql.planner.planprinter.IoPlanPrinter.IoPlan.TableColumnInfo
-
Packages that use IoPlanPrinter.IoPlan.TableColumnInfo Package Description io.trino.sql.planner.planprinter -
-
Uses of IoPlanPrinter.IoPlan.TableColumnInfo in io.trino.sql.planner.planprinter
Methods in io.trino.sql.planner.planprinter that return types with arguments of type IoPlanPrinter.IoPlan.TableColumnInfo Modifier and Type Method Description Set<IoPlanPrinter.IoPlan.TableColumnInfo>IoPlanPrinter.IoPlan. getInputTableColumnInfos()Constructor parameters in io.trino.sql.planner.planprinter with type arguments of type IoPlanPrinter.IoPlan.TableColumnInfo Constructor Description IoPlan(Set<IoPlanPrinter.IoPlan.TableColumnInfo> inputTableColumnInfos, Optional<CatalogSchemaTableName> outputTable, IoPlanPrinter.EstimatedStatsAndCost estimate)
-