You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/InfluxDbClient.h
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -164,9 +164,6 @@ class InfluxDBClient {
164
164
// Writes record represented by Point to buffer
165
165
// Returns true if successful, false in case of any error
166
166
boolwritePoint(Point& point);
167
-
// Sends Flux query and returns raw JSON formatted response
168
-
// Return raw query response in the form of CSV table. Empty string can mean that query hasn't found anything or an error. Check getLastStatusCode() for 200
169
-
String query(String &fluxQuery);
170
167
// Writes all points in buffer, with respect to the batch size, and in case of success clears the buffer.
171
168
// Returns true if successful, false in case of any error
0 commit comments