feat: query telemetry fields from tdengine
This commit is contained in:
@@ -109,5 +109,11 @@ class Jt808LocationHistoryControllerTest {
|
||||
this.query = query;
|
||||
return response;
|
||||
}
|
||||
|
||||
@Override
|
||||
public TdenginePage<com.lingniu.ingest.tdenginehistory.TdengineTelemetryFieldRow> queryTelemetryFields(
|
||||
com.lingniu.ingest.tdenginehistory.TdengineTelemetryFieldQuery query) {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user