Class StaticResps


  • public class StaticResps
    extends java.lang.Object
    Static responses that won't change for all requests.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.iotdb.service.rpc.thrift.TSExecuteStatementResp LAST_RESP  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.iotdb.service.rpc.thrift.TSExecuteStatementResp getNoTimeExecuteResp​(java.util.List<java.lang.String> columns, java.util.List<java.lang.String> dataTypes)  
      • Methods inherited from class java.lang.Object

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

      • LAST_RESP

        public static final org.apache.iotdb.service.rpc.thrift.TSExecuteStatementResp LAST_RESP
    • Method Detail

      • getNoTimeExecuteResp

        public static org.apache.iotdb.service.rpc.thrift.TSExecuteStatementResp getNoTimeExecuteResp​(java.util.List<java.lang.String> columns,
                                                                                                      java.util.List<java.lang.String> dataTypes)