Class StormRelUtils

java.lang.Object
org.apache.storm.sql.planner.StormRelUtils

public class StormRelUtils extends Object
  • Constructor Details

    • StormRelUtils

      public StormRelUtils()
  • Method Details

    • getClassName

      public static String getClassName(StreamsRel relNode)
    • getStormRelInput

      public static StreamsRel getStormRelInput(org.apache.calcite.rel.RelNode input)
    • explain

      public static String explain(org.apache.calcite.rel.RelNode rel)
    • explain

      public static String explain(org.apache.calcite.rel.RelNode rel, org.apache.calcite.sql.SqlExplainLevel detailLevel)