File: doc.go

package info (click to toggle)
golang-github-influxdata-influxql 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 632 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
/*
Package influxql implements a parser for the InfluxDB query language.

InfluxQL is a DML and DDL language for the InfluxDB time series database.
It provides the ability to query for aggregate statistics as well as create
and configure the InfluxDB server.

See https://docs.influxdata.com/influxdb/latest/query_language/
for a reference on using InfluxQL.

*/
package influxql