Class QueryDataSetHandler


  • public class QueryDataSetHandler
    extends java.lang.Object
    • Method Detail

      • fillQueryDataSet

        public static javax.ws.rs.core.Response fillQueryDataSet​(IQueryExecution queryExecution,
                                                                 Statement statement,
                                                                 int actualRowSizeLimit)
                                                          throws org.apache.iotdb.commons.exception.IoTDBException
        Parameters:
        actualRowSizeLimit - max number of rows to return. no limit when actualRowSizeLimit <= 0.
        Throws:
        org.apache.iotdb.commons.exception.IoTDBException
      • fillDataSetWithTimestamps

        public static javax.ws.rs.core.Response fillDataSetWithTimestamps​(IQueryExecution queryExecution,
                                                                          int actualRowSizeLimit,
                                                                          long timePrecision)
                                                                   throws org.apache.iotdb.commons.exception.IoTDBException
        Throws:
        org.apache.iotdb.commons.exception.IoTDBException
      • fillAggregationPlanDataSet

        public static javax.ws.rs.core.Response fillAggregationPlanDataSet​(IQueryExecution queryExecution,
                                                                           int actualRowSizeLimit)
                                                                    throws org.apache.iotdb.commons.exception.IoTDBException
        Throws:
        org.apache.iotdb.commons.exception.IoTDBException
      • fillGrafanaVariablesResult

        public static javax.ws.rs.core.Response fillGrafanaVariablesResult​(IQueryExecution queryExecution,
                                                                           Statement statement)
                                                                    throws org.apache.iotdb.commons.exception.IoTDBException
        Throws:
        org.apache.iotdb.commons.exception.IoTDBException
      • fillGrafanaNodesResult

        public static javax.ws.rs.core.Response fillGrafanaNodesResult​(IQueryExecution queryExecution)
                                                                throws org.apache.iotdb.commons.exception.IoTDBException
        Throws:
        org.apache.iotdb.commons.exception.IoTDBException