zed icon indicating copy to clipboard operation
zed copied to clipboard

A novel data lake based on super-structured data

Results 435 zed issues
Sort by recently updated
recently updated
newest added

This commit provides the first most basic implementation of the vector cache for ZST objects. The new "zed dev vcache" command is added to support some ztests for exercising the...

A community zync user inquired: > Is there some sort of `#include` statement in Zed? where we could store all our constant declarations? The closest thing to this that exists...

community

Whereas we expect user-defined functions (#4026) to only allow for the execution of expressions, we've also recognized the need for more sophisticated user-defined parameterized subgraphs. These would allow for callable...

community

Parse regular expressions outside of the search context as string literals. Close #4148

We should have a way to issue queries to a sub-pool to populate a map literal that can be referenced in the Zed runtime... e.g., we will need syntax to...

community

Repro is with `zq` commit `af6d47e`. To make it easy to run out of disk space, I make a small ram disk on my Linux VM and use it as...

bug

Fill should take a value instead of type and use the value as a template of defaults instead of filling the results with nils. This will provide one means for...

community

At the time this issue is being filed, Zed is at commit 707cb5d. Zed could benefit from a function like SQL's "Coalesce" that would take a variable number of arguments...

As of the filing of this issue, Zed is currently at commit e9624c3. With the arrival of the `regexp()` function via #2093, it has been observed that in the current...