EliSnow

Results 8 issues of EliSnow

I see how I can use the jsquery `@@` operator in a `WHERE` clause or in a `CHECK` constraint. Is there an operator in either of the opclasses which would...

I am in need of [`Hash`](https://doc.rust-lang.org/std/hash/trait.Hash.html) being implemented on `Value`. Is this something you would accept a PR for, @dtolnay? Related #720

With the addition of `output_of` and especially `delta` rows, a common use case would be to have CVs which "rollup" data. It would make a lot of sense to be...

feature request

With built in partitioning syntax [coming in PostgreSQL 10](https://www.depesz.com/2017/02/06/waiting-for-postgresql-10-implement-table-partitioning/), it would be great to be able to partition `CONTINUOUS VIEW`s. Currently you could partition with a `CONTINUOUS TRANSFORM` and a...

storage
performance
feature request
reaper

I am in the process of migrating a lot of data from 0.9.7 to 0.9.8 and have discovered that `combine` no longer works. ```sql CREATE STREAM s (n int); CREATE...

Specifically I'm interested in calling the `deser_v2` method directly. My motivation is I'm using hdrhistogram in a WASM module where I only need to deserialize uncompressed histograms. By using the...

In v0.2.3 `Node` [was public](https://github.com/freestrings/jsonpath/blob/v0.2.3/src/lib.rs#L135), but is [no longer exposed](https://github.com/freestrings/jsonpath/blob/v0.2.4/src/lib.rs#L135). Unfortunately this breaks code in a semver incompatible way. I'm using `Parser::compile` directly and need to store the returned `Node`....

With WASM now supported in Firefox and Chrome it would be good to see a WASM build. I spent a few hours trying to get it work, but had no...

enhancement