Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TExecuteCQ
-
Packages that use TExecuteCQ Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TExecuteCQ in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TExecuteCQ Modifier and Type Field Description TExecuteCQIDataNodeRPCService.executeCQ_args. reqMethods in org.apache.iotdb.mpp.rpc.thrift that return TExecuteCQ Modifier and Type Method Description TExecuteCQTExecuteCQ. deepCopy()TExecuteCQIDataNodeRPCService.executeCQ_args. getReq()TExecuteCQTExecuteCQ. setCqId(String cqId)TExecuteCQTExecuteCQ. setEndTime(long endTime)TExecuteCQTExecuteCQ. setQueryBody(String queryBody)TExecuteCQTExecuteCQ. setStartTime(long startTime)TExecuteCQTExecuteCQ. setTimeout(long timeout)TExecuteCQTExecuteCQ. setUsername(String username)TExecuteCQTExecuteCQ. setZoneId(String zoneId)Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TExecuteCQ Modifier and Type Method Description intTExecuteCQ. compareTo(TExecuteCQ other)booleanTExecuteCQ. equals(TExecuteCQ that)voidIDataNodeRPCService.AsyncClient. executeCQ(TExecuteCQ req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIDataNodeRPCService.AsyncIface. executeCQ(TExecuteCQ req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIDataNodeRPCService.Client. executeCQ(TExecuteCQ req)TSStatusIDataNodeRPCService.Iface. executeCQ(TExecuteCQ req)Execute CQ on DataNodevoidIDataNodeRPCService.Client. send_executeCQ(TExecuteCQ req)IDataNodeRPCService.executeCQ_argsIDataNodeRPCService.executeCQ_args. setReq(TExecuteCQ req)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TExecuteCQ Constructor Description executeCQ_args(TExecuteCQ req)executeCQ_call(TExecuteCQ req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TExecuteCQ(TExecuteCQ other)Performs a deep copy on other.
-