influxdb/query/semantic
jlapacik 8a13c24a8b add option statement to semantic graph
This commit adds the option statement as a recognized node in
the semantic graph of a Flux query.

Flux interpreter must visit an option statement node

interpreter parses option statement

Semantically, variable declarations should be statements
Also update option statement test to validate proper scope

only test option statement
2018-06-22 09:28:11 -07:00
..
semantictest rewrite imports 2018-05-21 15:20:06 -06:00
binary_types.go rewrite imports 2018-05-21 15:20:06 -06:00
doc.go chore(ifql): Rename IFQL to Flux 2018-06-11 09:26:10 -06:00
graph.go add option statement to semantic graph 2018-06-22 09:28:11 -07:00
graph_test.go add option statement to semantic graph 2018-06-22 09:28:11 -07:00
json.go add option statement to semantic graph 2018-06-22 09:28:11 -07:00
json_test.go add option statement to semantic graph 2018-06-22 09:28:11 -07:00
types.go chore(ifql): Rename IFQL to Flux 2018-06-11 09:26:10 -06:00
types_test.go rewrite imports 2018-05-21 15:20:06 -06:00
walk.go add option statement to semantic graph 2018-06-22 09:28:11 -07:00