/influxql

InfluxQL parser and planner

Primary LanguageRust

InfluxQL

CI

InfluxQL parser and planner written in Rust.

In order to merge upstream easily, the directory is the same with IOx, main components are:

  • influxdb_influxql_parser, parser
  • iox_query_influxql, planner

Other components are used to make cargo build successfully.

Acknowledgment

Initial version forked from InfluxDB IOx.