Class Expander.Expanded

java.lang.Object
org.apache.flink.table.planner.utils.Expander.Expanded
Enclosing class:
Expander

public static class Expander.Expanded extends Object
Result of expanding.
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • substitute

      public String substitute(Function<org.apache.calcite.sql.SqlNode,String> fn)
      Returns the SQL string with identifiers replaced according to the given unparse function.