influxdb/cmd/influxd
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
..
backup Switch backup to use shard.Snapshot 2016-05-27 09:30:25 -06:00
help Merge branch 'master' into alpha1 2015-06-02 10:40:52 -06:00
restore Make logging output location more programmatically configurable (#6213) 2016-04-20 21:07:08 +01:00
run Support regex and other operations for selecting the key in SHOW TAG VALUES 2016-06-13 10:03:14 -05:00
main.go Removed builtTime reference from influxd. Removed default version information from influxd. 2016-02-25 09:35:03 -06:00