influxdb/query/interpreter
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
..
doc.go docs(query): add package docs for the packages in the query package 2018-08-13 15:21:02 -05:00
interpreter.go fix: Fix missing builtins in REPL 2018-08-27 09:46:13 -06:00
interpreter_test.go flux options interface 2018-07-16 14:24:37 -07:00