Nathaniel Cook

Results 55 issues of Nathaniel Cook

Possible options: * Disable push downs * Turn of optimization X * etc

enhancement
difficulty/low
team/query
area/core

Given a current query stored in a var it would be useful to print that var as a valid Flux query.

enhancement
team/query
area/tooling

Some feedback we received about the REPL: Autocomplete uses TAB instead of ENTER, this UX causes users to frequently submit partially typed queries. The only way to quit the REPL...

enhancement
team/query
area/tooling

It will be valuable for operations to be able to inspect the table schema on the fly. We propose adding a standard object type for doing so. The `schema` object...

enhancement
difficulty/medium
team/query
area/core

The HTTP server is not specific to Flux and should remain specific to platform. The CSV encoding however can remain as part of the SPEC.

team/query
area/docs
chore

Now that the repo is intended to be consumed as a library primarily and as a binary secondarily we should update the README. Perhaps we should create some flux binary...

enhancement
team/query
area/docs

[HdrHistograms](https://github.com/HdrHistogram/HdrHistogram) are High Dynamic Range Historgrams. The idea is that they can represent histograms with an arbitrary number of significant digits in precision or a certain range of values. The...

enhancement
team/query
new function

See https://github.com/influxdata/platform/blob/master/query/docs/SPEC.md#window

enhancement
team/query
func/window

See https://github.com/influxdata/flux/blob/master/docs/SPEC.md#generator-types

enhancement
team/query
area/core

See https://github.com/influxdata/flux/blob/master/docs/SPEC.md#intervals

enhancement
team/query
new function