Skip to content

Commit

Permalink
Merge branch 'main' of github.com:poster515/influxdb2
Browse files Browse the repository at this point in the history
  • Loading branch information
poster515 committed Jan 30, 2024
2 parents f8b2e53 + 19b72ad commit 3dbe360
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/api/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ schema.measurements(bucket: "{bucket}"{}) "#,
self.exec_schema_query(query).await
}

/// List a measurement's field keys
/// List field keys for measurement
pub async fn list_measurement_field_keys(
&self,
bucket: &str,
Expand All @@ -299,7 +299,7 @@ schema.measurements(bucket: "{bucket}"{}) "#,
self.exec_schema_query(query).await
}

/// List keys of measurement tag
/// List all tag values for measurement tag
pub async fn list_measurement_tag_values(
&self,
bucket: &str,
Expand Down Expand Up @@ -328,7 +328,7 @@ schema.measurements(bucket: "{bucket}"{}) "#,
self.exec_schema_query(query).await
}

/// List all tag values for measurement
/// List all tag keys for measurement
pub async fn list_measurement_tag_keys(
&self,
bucket: &str,
Expand Down

0 comments on commit 3dbe360

Please sign in to comment.