influxdb/query/functions
jlapacik 15e3b7edf0 remove query domain 2018-07-09 13:27:30 -07:00
..
storage feat(query/functions/storage): switch to using the grpc client 2018-06-28 14:03:39 -05:00
count.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
count_test.go rewrite imports 2018-05-21 15:20:06 -06:00
covariance.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
covariance_test.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
cumulative_sum.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
cumulative_sum_test.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
data_test.go chore(query/builtin): Add package to formalize query builtin initialization 2018-05-31 12:03:49 -06:00
derivative.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
derivative_test.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
difference.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
difference_test.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
distinct.go fix(query): Utilize improvements storage RPC API 2018-05-24 12:14:47 -07:00
filter.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
filter_test.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
first.go rewrite imports 2018-05-21 15:20:06 -06:00
first_test.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
from.go chore(query): remove usage of query/id package 2018-06-20 12:55:20 -07:00
from_csv.go fix CSV parameter validation so it only checks for file existence when required (#89) 2018-05-31 12:59:45 -04:00
from_csv_test.go fix CSV parameter validation so it only checks for file existence when required (#89) 2018-05-31 12:59:45 -04:00
from_test.go rewrite imports 2018-05-21 15:20:06 -06:00
group.go fix(query): Fix default group mode 2018-05-25 15:16:11 -06:00
group_test.go fix(query): Utilize improvements storage RPC API 2018-05-24 12:14:47 -07:00
integral.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
integral_test.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
join.go remove query domain 2018-07-09 13:27:30 -07:00
join_test.go chore(ifql): Rename IFQL to Flux 2018-06-11 09:26:10 -06:00
keys.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
keys_test.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
last.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
last_test.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
limit.go feat(query/functions/limit): Add offset to limit functions 2018-05-30 10:19:39 -06:00
limit_test.go feat(query/functions/limit): Add offset to limit functions 2018-05-30 10:19:39 -06:00
map.go feat(query/functions/map): Add mergeKey argument to map 2018-05-25 11:08:31 -06:00
map_test.go feat(query/functions/map): Add mergeKey argument to map 2018-05-25 11:08:31 -06:00
max.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
max_test.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
mean.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
mean_test.go rewrite imports 2018-05-21 15:20:06 -06:00
min.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
min_test.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
percentile.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
percentile_test.go rewrite imports 2018-05-21 15:20:06 -06:00
range.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
range_test.go rewrite imports 2018-05-21 15:20:06 -06:00
sample.go rewrite imports 2018-05-21 15:20:06 -06:00
sample_test.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
set.go feat(query/functions/map): Add mergeKey argument to map 2018-05-25 11:08:31 -06:00
set_test.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
shift.go feat(query/functions/map): Add mergeKey argument to map 2018-05-25 11:08:31 -06:00
shift_test.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
skew.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
skew_test.go rewrite imports 2018-05-21 15:20:06 -06:00
sort.go fix(query): Tables are sorted by Partition Key 2018-05-29 16:41:46 -06:00
sort_test.go fix(query): Tables are sorted by Partition Key 2018-05-29 16:41:46 -06:00
spread.go chore(ifql): Rename IFQL to Flux 2018-06-11 09:26:10 -06:00
spread_test.go rewrite imports 2018-05-21 15:20:06 -06:00
state_tracking.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
state_tracking_test.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
stddev.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
stddev_test.go rewrite imports 2018-05-21 15:20:06 -06:00
sum.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
sum_test.go rewrite imports 2018-05-21 15:20:06 -06:00
to_http.go add HasSideEffect method to Function interface 2018-07-03 12:44:09 -07:00
to_http_test.go chore(ifql): Rename IFQL to Flux 2018-06-11 09:26:10 -06:00
to_kafka.go add HasSideEffect method to Function interface 2018-07-03 12:44:09 -07:00
to_kafka_test.go a toKafka function 2018-05-28 02:33:40 -05:00
top_bottom.go rewrite imports 2018-05-21 15:20:06 -06:00
typeconv.go add HasSideEffect method to Function interface 2018-07-03 12:44:09 -07:00
unique.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
unique_test.go move types around to avoid cyclic imports 2018-05-21 17:02:42 -06:00
window.go feat(query/influxql): support for windowing 2018-07-05 15:34:26 -05:00
window_test.go feat(query/influxql): support for windowing 2018-07-05 15:34:26 -05:00
yield.go add HasSideEffect method to Function interface 2018-07-03 12:44:09 -07:00