jpacik

Results 6 issues of jpacik

Currently **join** implements the inner join operation. Join needs to support the following types of joins as well: * cross product join * left outer join * right outer join...

enhancement
epic/lang-simplify
team/query
func/join

Ensure all issues for type system bugs are fixed with an associated test case(s).

Epic
team/query

The **join** operator currently only supports two input streams. However the Flux language spec says that **join** can support two or more input streams.

enhancement
epic/lang-simplify
team/query
func/join

A group of test cases has been commented out in `interpreter/package_test.go` due to an interface change on the interpreter. The tests need to be refactored to work with the new...

team/query
no-issue-activity

The current implementation of a Flux function expression puts the function body in a separate block nested inside the enclosing block where the function parameters are declared. This means that...

team/query
no-issue-activity

The order in which variables are declared in Flux does not matter. As long as no cyclic dependencies exist, all variables will be initialized regardless of declaration order. This is...

team/query
no-issue-activity