We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd371d8 commit 6dcb4a5Copy full SHA for 6dcb4a5
src/main/java/com/influxdb/v3/client/Point.java
@@ -106,6 +106,7 @@ public static Point fromValues(final PointValues values) throws Exception {
106
107
/**
108
* Get measurement name.
109
+ * It will return null when querying with SQL Query.
110
*
111
* @return Measurement name
112
*/
src/main/java/com/influxdb/v3/client/PointValues.java
@@ -71,6 +71,7 @@ public static PointValues measurement(@Nonnull final String measurementName) {
71
72
73
74
75
76
77
0 commit comments