Class LogicalGenerator


  • public class LogicalGenerator
    extends java.lang.Object
    LogicalGenerator.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Operator generate​(java.lang.String sql, java.time.ZoneId zoneId)  
      static Operator generate​(java.lang.String sql, java.time.ZoneId zoneId, org.apache.iotdb.commons.conf.IoTDBConstant.ClientVersion clientVersion)  
      static Operator generate​(org.apache.iotdb.service.rpc.thrift.TSLastDataQueryReq req, java.time.ZoneId zoneId)  
      static Operator generate​(org.apache.iotdb.service.rpc.thrift.TSRawDataQueryReq rawDataQueryReq, java.time.ZoneId zoneId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • generate

        public static Operator generate​(java.lang.String sql,
                                        java.time.ZoneId zoneId,
                                        org.apache.iotdb.commons.conf.IoTDBConstant.ClientVersion clientVersion)
                                 throws org.antlr.v4.runtime.misc.ParseCancellationException
        Throws:
        org.antlr.v4.runtime.misc.ParseCancellationException
      • generate

        public static Operator generate​(org.apache.iotdb.service.rpc.thrift.TSRawDataQueryReq rawDataQueryReq,
                                        java.time.ZoneId zoneId)
                                 throws org.apache.iotdb.commons.exception.IllegalPathException
        Throws:
        org.apache.iotdb.commons.exception.IllegalPathException
      • generate

        public static Operator generate​(org.apache.iotdb.service.rpc.thrift.TSLastDataQueryReq req,
                                        java.time.ZoneId zoneId)
                                 throws org.apache.iotdb.commons.exception.IllegalPathException
        Throws:
        org.apache.iotdb.commons.exception.IllegalPathException
      • generate

        public static Operator generate​(java.lang.String sql,
                                        java.time.ZoneId zoneId)
                                 throws org.antlr.v4.runtime.misc.ParseCancellationException
        Throws:
        org.antlr.v4.runtime.misc.ParseCancellationException