Skip to content

Commit 6dcb4a5

Browse files
wip
1 parent dd371d8 commit 6dcb4a5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/main/java/com/influxdb/v3/client/Point.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ public static Point fromValues(final PointValues values) throws Exception {
106106

107107
/**
108108
* Get measurement name.
109+
* It will return null when querying with SQL Query.
109110
*
110111
* @return Measurement name
111112
*/

src/main/java/com/influxdb/v3/client/PointValues.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public static PointValues measurement(@Nonnull final String measurementName) {
7171

7272
/**
7373
* Get measurement name.
74+
* It will return null when querying with SQL Query.
7475
*
7576
* @return Measurement name
7677
*/

0 commit comments

Comments
 (0)