Matthew Nibecker
Matthew Nibecker
Aggregations are supposed to carry separate state for each textual invocation but this rule breaks apart when using aggregation expressions in user defined functions. Observe: ``` func c(): ( count()...
This commit uses the Zed service query/describe endpoint to describe to contents of a given Zed query- replacing the use of the compile endpoint and the Zed-ast library for this...
Add a -pool flag to zed manage that specifies a pool to run Zed manage on.
This commit fixes in issue where null values where not getting coerced into numeric values. Closes #5158
The commit changes analysis of output operators so that it is permissable to place output operators anywhere in a flowgraph as long as it doesn't block downsteam operators. The commit...
While working on porting functions to work in the vectors I surprised to find that almost none of the functions properly handle union values: ``` $ echo '"foo"((int64,string))' | zq...
Closes #5976 Closes #5948 Closes #5975