Class SqlShowCall

    • Field Summary

      • Fields inherited from class org.apache.calcite.sql.SqlNode

        EMPTY_ARRAY, pos
    • Constructor Summary

      Constructors 
      Constructor Description
      SqlShowCall​(org.apache.calcite.sql.parser.SqlParserPos pos, String preposition, org.apache.calcite.sql.SqlIdentifier databaseName, String likeType, org.apache.calcite.sql.SqlCharStringLiteral likeLiteral, boolean notLike)  
    • Constructor Detail

      • SqlShowCall

        public SqlShowCall​(org.apache.calcite.sql.parser.SqlParserPos pos,
                           String preposition,
                           org.apache.calcite.sql.SqlIdentifier databaseName,
                           String likeType,
                           org.apache.calcite.sql.SqlCharStringLiteral likeLiteral,
                           boolean notLike)
    • Method Detail

      • getOperator

        public abstract org.apache.calcite.sql.SqlOperator getOperator()
        Specified by:
        getOperator in class org.apache.calcite.sql.SqlCall
      • getOperandList

        public List<org.apache.calcite.sql.SqlNode> getOperandList()
        Specified by:
        getOperandList in class org.apache.calcite.sql.SqlCall
      • unparse

        public void unparse​(org.apache.calcite.sql.SqlWriter writer,
                            int leftPrec,
                            int rightPrec)
        Overrides:
        unparse in class org.apache.calcite.sql.SqlCall
      • getPreposition

        public String getPreposition()
      • getSqlIdentifierNameList

        public List<String> getSqlIdentifierNameList()
      • isWithLike

        public boolean isWithLike()
      • getLikeType

        public String getLikeType()
      • getLikeSqlPattern

        public String getLikeSqlPattern()
      • isNotLike

        public boolean isNotLike()