influxdb/cmd
Jonathan A. Sternberg 9837de793c Support regex and other operations for selecting the key in SHOW TAG VALUES
This adds support for using regex expressions in SHOW TAG VALUES when
selecting the key. Also supporting the `!=` operation for the
comparison. Now you can do any of the following:

    SHOW TAG VALUES WITH KEY != "region"
    SHOW TAG VALUES WITH KEY =~ /region/
    SHOW TAG VALUES WITH KEY !~ /region/

It also adds a new SetLiteral AST node that will potentially be used in
the future to allow set operations for other comparisons in the future.

Fixes #4532.
2016-06-13 10:03:14 -05:00
..
influx Set default consistency to all 2016-05-19 18:54:07 +01:00
influx_inspect Display value according to type. 2016-05-02 22:08:15 -07:00
influx_stress Address PR comments 2016-04-25 11:19:02 -07:00
influx_tsm Update to conversion tool to work in current versions 2016-03-30 13:26:46 -04:00
influxd Support regex and other operations for selecting the key in SHOW TAG VALUES 2016-06-13 10:03:14 -05:00