Adam Perlin

Results 50 issues of Adam Perlin

Allows default values to be attached to the parameters of synthesized delegate types and threaded through the closure lowering pass in order to support code-gen for lambda default parameters. Still...

Area-Compilers

This is a possible fix for #4695. I am opening to run against CI, as I've had trouble running full tests locally

We are building a [frontend for buildkit](https://github.com/Azure/dalec), and in testing have noticed some inconsistent behavior with the buildkit client LLB marshaller. Specifically, when multiple source nodes for an `ExecOp` are...

From ifql created by [nathanielc](https://github.com/nathanielc) : influxdata/ifql#207 Currently only a single aggregate function can be applied to a window. If multiple aggregates are desired one must perform each aggregate separately...

enhancement
team/query
area/aggregates

From ifql created by [aanthony1243](https://github.com/aanthony1243) : influxdata/ifql#255 # Interpolate Proposed as a replacement for Fill() The basic notion of fill() in InfluxQL is to fill in missing values under certain...

enhancement
difficulty/low
team/query
new function
func/fill

From ifql created by [nathanielc](https://github.com/nathanielc) : influxdata/ifql#223 https://github.com/influxdata/influxdb/issues/5954 The max helps account for integer wrap.

enhancement
community
team/query
func/derivative
func/difference

From ifql created by [nathanielc](https://github.com/nathanielc) : influxdata/ifql#316 Possible function signature `printf = (fmt, args={}) => ...` where `fmt` is the format string and args is an object of values to...

enhancement
team/query
new function

From ifql created by [nathanielc](https://github.com/nathanielc) : influxdata/ifql#309 From the Spec: Numeric literals may be integers or floating point values. Literals have arbitrary precision and will be coerced to a specific...

enhancement
team/query
area/core

From ifql created by [nathanielc](https://github.com/nathanielc) : influxdata/ifql#168 Currently the IFQL planner only pushes down aggregates if there is no grouping specified. This is because the aggregates are always performed on...

enhancement
team/query
area/aggregates
area/perf

From ifql created by [nathanielc](https://github.com/nathanielc) : influxdata/ifql#69 Currently IFQL has methods for count, sum, mean, stddev, and skew. We will probably add another for kurtosis. Two ideas: * Add a...

enhancement
team/query
new function
area/aggregates
area/perf