Jonathan A. Sternberg
41bc1ab241
Use a null placeholder for NaN results
...
This ensures that NaN gets serialized as a null value and that it does
not get replaced with the fill value.
2018-03-27 08:44:44 -05:00
Stuart Carnie
f3d45ba301
influxdata/influxdb/influxql -> influxdata/influxql
2017-10-30 14:40:26 -07:00
Jonathan A. Sternberg
0ef94e0cf0
Add unsigned iterators for all types
...
This allows unsigned data to be queried from the storage engine.
Binary math is not yet implemented for unsigned types.
2017-09-18 15:09:10 -05:00
Jonathan A. Sternberg
9a2357c2c0
Separate the query engine into a separate package
...
This change provides a clear separation between the query engine
mechanics and the query language so that the language can be parsed and
dealt with separate from the query engine itself.
2017-08-16 13:38:43 -05:00