Class Operator

    • Field Detail

      • tokenIntType

        protected int tokenIntType
      • isDebug

        protected boolean isDebug
      • isPrefixMatchPath

        protected boolean isPrefixMatchPath
        Since IoTDB v0.13, all DDL and DML use patternMatch as default. Before IoTDB v0.13, all DDL and DML use prefixMatch.
    • Constructor Detail

      • Operator

        protected Operator​(int tokenIntType)
    • Method Detail

      • isQuery

        public boolean isQuery()
      • getTokenIntType

        public int getTokenIntType()
      • isDebug

        public boolean isDebug()
      • setDebug

        public void setDebug​(boolean debug)
      • isPrefixMatchPath

        public boolean isPrefixMatchPath()
      • setPrefixMatchPath

        public void setPrefixMatchPath​(boolean prefixMatchPath)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object