Package org.apache.iotdb.db.qp.strategy
Class LogicalGenerator
- java.lang.Object
-
- org.apache.iotdb.db.qp.strategy.LogicalGenerator
-
public class LogicalGenerator extends java.lang.ObjectLogicalGenerator.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Operatorgenerate(java.lang.String sql, java.time.ZoneId zoneId)static Operatorgenerate(java.lang.String sql, java.time.ZoneId zoneId, org.apache.iotdb.commons.conf.IoTDBConstant.ClientVersion clientVersion)static Operatorgenerate(org.apache.iotdb.service.rpc.thrift.TSLastDataQueryReq req, java.time.ZoneId zoneId)static Operatorgenerate(org.apache.iotdb.service.rpc.thrift.TSRawDataQueryReq rawDataQueryReq, java.time.ZoneId zoneId)
-
-
-
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
-
-