influxdb/query/semantic
Nathaniel Cook 61bc6df75b fix: Fix missing builtins in REPL
The REPL's use of the interpreter was causing it to not get the builtins
defined in builtin scripts. For example the `top` function was missing.

This change fixes the issues by ensuring the builtins are only evaluated
once and that there is only one way to get the query Interpreter that is
guaranteed to have the proper builtins.
2018-08-27 09:46:13 -06:00
..
semantictest docs(query): add package docs for the packages in the query package 2018-08-13 15:21:02 -05: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 day and week literals to Flux grammar 2018-08-13 13:40:43 -07:00
graph_test.go add day and week literals to Flux grammar 2018-08-13 13:40:43 -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 fix: Fix missing builtins in REPL 2018-08-27 09:46:13 -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