influxdb/parser
John Shahid 680e6d96bc Always fill empty groups if the start time is specified.
Prior to this change, empty group filling worked between t1 and t2,
where t1 is the timestamp of the earliest point and t2 is the timestamp
of the last point. This patch change the behavior of the fill() to use
the query start and end time as t1 and t2, respectively. This only
happens if the user specified the start time of the query. Otherwise,
there's a potential of filling millions of millions of groups, since the
default start time of the query is really really early.
2014-08-06 16:03:29 -04:00
..
Makefile.in Restructure the codebase to be more idiomatic 2014-06-30 11:31:08 -04:00
build_parser.sh Restructure the codebase to be more idiomatic 2014-06-30 11:31:08 -04:00
frees.c Fix #690. Use idiomatic go project structure 2014-07-14 18:47:37 -04:00
from_clause.go Restructure the codebase to be more idiomatic 2014-06-30 11:31:08 -04:00
group_by.go Restructure the codebase to be more idiomatic 2014-06-30 11:31:08 -04:00
parser.go Always fill empty groups if the start time is specified. 2014-08-06 16:03:29 -04:00
parser_test.go Always fill empty groups if the start time is specified. 2014-08-06 16:03:29 -04:00
query.lex Fix #690. Use idiomatic go project structure 2014-07-14 18:47:37 -04:00
query.yacc Fix #690. Use idiomatic go project structure 2014-07-14 18:47:37 -04:00
query_api.go Always fill empty groups if the start time is specified. 2014-08-06 16:03:29 -04:00
query_api_test.go Restructure the codebase to be more idiomatic 2014-06-30 11:31:08 -04:00
query_error.go Restructure the codebase to be more idiomatic 2014-06-30 11:31:08 -04:00
query_spec.go Fix #690. Use idiomatic go project structure 2014-07-14 18:47:37 -04:00
query_types.h Fix #690. Use idiomatic go project structure 2014-07-14 18:47:37 -04:00
test_memory_leaks.sh Restructure the codebase to be more idiomatic 2014-06-30 11:31:08 -04:00
value.go Restructure the codebase to be more idiomatic 2014-06-30 11:31:08 -04:00
values.go Restructure the codebase to be more idiomatic 2014-06-30 11:31:08 -04:00
where_condition.go Restructure the codebase to be more idiomatic 2014-06-30 11:31:08 -04:00