Class NodeRepresentation.TypedSymbol

java.lang.Object
io.trino.sql.planner.planprinter.NodeRepresentation.TypedSymbol
Enclosing class:
NodeRepresentation

public static class NodeRepresentation.TypedSymbol extends Object
  • Constructor Details

    • TypedSymbol

      public TypedSymbol(Symbol symbol, String type)
  • Method Details

    • getSymbol

      public Symbol getSymbol()
    • getType

      public String getType()