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