Class DrillParserUtil

java.lang.Object
org.apache.drill.exec.planner.sql.parser.DrillParserUtil

public class DrillParserUtil extends Object
Helper methods or constants used in parsing a SQL query.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    System-depended end of line character
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.apache.calcite.sql.SqlNode
    createCondition(org.apache.calcite.sql.SqlNode left, org.apache.calcite.sql.SqlOperator op, org.apache.calcite.sql.SqlNode right)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • EOL

      public static final String EOL
      System-depended end of line character
  • Constructor Details

    • DrillParserUtil

      public DrillParserUtil()
  • Method Details

    • createCondition

      public static org.apache.calcite.sql.SqlNode createCondition(org.apache.calcite.sql.SqlNode left, org.apache.calcite.sql.SqlOperator op, org.apache.calcite.sql.SqlNode right)