Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 577 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 577 Bytes

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.