Uses of Class
org.apache.iotdb.service.rpc.thrift.TSGroupByQueryIntervalReq
-
Packages that use TSGroupByQueryIntervalReq Package Description org.apache.iotdb.service.rpc.thrift -
-
Uses of TSGroupByQueryIntervalReq in org.apache.iotdb.service.rpc.thrift
Fields in org.apache.iotdb.service.rpc.thrift declared as TSGroupByQueryIntervalReq Modifier and Type Field Description TSGroupByQueryIntervalReqIClientRPCService.executeGroupByQueryIntervalQuery_args. reqMethods in org.apache.iotdb.service.rpc.thrift that return TSGroupByQueryIntervalReq Modifier and Type Method Description TSGroupByQueryIntervalReqTSGroupByQueryIntervalReq. deepCopy()TSGroupByQueryIntervalReqIClientRPCService.executeGroupByQueryIntervalQuery_args. getReq()TSGroupByQueryIntervalReqTSGroupByQueryIntervalReq. setAggregationType(TAggregationType aggregationType)TSGroupByQueryIntervalReqTSGroupByQueryIntervalReq. setDatabase(String database)TSGroupByQueryIntervalReqTSGroupByQueryIntervalReq. setDataType(int dataType)TSGroupByQueryIntervalReqTSGroupByQueryIntervalReq. setDevice(String device)TSGroupByQueryIntervalReqTSGroupByQueryIntervalReq. setEndTime(long endTime)TSGroupByQueryIntervalReqTSGroupByQueryIntervalReq. setFetchSize(int fetchSize)TSGroupByQueryIntervalReqTSGroupByQueryIntervalReq. setInterval(long interval)TSGroupByQueryIntervalReqTSGroupByQueryIntervalReq. setMeasurement(String measurement)TSGroupByQueryIntervalReqTSGroupByQueryIntervalReq. setSessionId(long sessionId)TSGroupByQueryIntervalReqTSGroupByQueryIntervalReq. setStartTime(long startTime)TSGroupByQueryIntervalReqTSGroupByQueryIntervalReq. setStatementId(long statementId)TSGroupByQueryIntervalReqTSGroupByQueryIntervalReq. setTimeout(long timeout)Constructors in org.apache.iotdb.service.rpc.thrift with parameters of type TSGroupByQueryIntervalReq Constructor Description executeGroupByQueryIntervalQuery_args(TSGroupByQueryIntervalReq req)executeGroupByQueryIntervalQuery_call(TSGroupByQueryIntervalReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TSGroupByQueryIntervalReq(TSGroupByQueryIntervalReq other)Performs a deep copy on other.
-