| 程序包 | 说明 |
|---|---|
| org.apache.iotdb.web.grafana.dao | |
| org.apache.iotdb.web.grafana.dao.impl | |
| org.apache.iotdb.web.grafana.service | |
| org.apache.iotdb.web.grafana.service.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
List<TimeValues> |
BasicDao.querySeries(String s,
org.apache.iotdb.tsfile.utils.Pair<ZonedDateTime,ZonedDateTime> timeRange) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<TimeValues> |
BasicDaoImpl.querySeries(String s,
org.apache.iotdb.tsfile.utils.Pair<ZonedDateTime,ZonedDateTime> timeRange)
Note: If the query fails this could be due to AGGREGATIION like AVG on booleayn field.
|
List<TimeValues> |
BasicDaoImpl.querySeriesInternal(String s,
org.apache.iotdb.tsfile.utils.Pair<ZonedDateTime,ZonedDateTime> timeRange,
String function) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<TimeValues> |
DatabaseConnectService.querySeries(String s,
org.apache.iotdb.tsfile.utils.Pair<ZonedDateTime,ZonedDateTime> timeRange) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<TimeValues> |
DatabaseConnectServiceImpl.querySeries(String s,
org.apache.iotdb.tsfile.utils.Pair<ZonedDateTime,ZonedDateTime> timeRange) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.