| 构造器和说明 |
|---|
BasicDaoImpl(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<String> |
getMetaData() |
List<TimeValues> |
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> |
querySeriesInternal(String s,
org.apache.iotdb.tsfile.utils.Pair<ZonedDateTime,ZonedDateTime> timeRange,
String function) |
static void |
setTimestampRadioX(String timestampPrecision) |
@Autowired public BasicDaoImpl(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
public List<String> getMetaData()
getMetaData 在接口中 BasicDaopublic static void setTimestampRadioX(String timestampPrecision)
public List<TimeValues> querySeries(String s, org.apache.iotdb.tsfile.utils.Pair<ZonedDateTime,ZonedDateTime> timeRange)
querySeries 在接口中 BasicDaopublic List<TimeValues> querySeriesInternal(String s, org.apache.iotdb.tsfile.utils.Pair<ZonedDateTime,ZonedDateTime> timeRange, String function)
Copyright © 2020 The Apache Software Foundation. All rights reserved.