Owen Nelson
Owen Nelson
Seems as though the crate wasn't able to locate `libjq`. Locating the library can be handled automatically if `pkg-config` knows where to find it, but this isn't always the case...
@DoisKoh I'd be interested to see the output from your build failure. `libjq` is a part of `jq` itself. If you want to build `libjq` yourself, you can do this...
Got it. Thanks for the detail! The relationship between `jq-sys` and `jq-src` is a little interesting in so much as `jq-src` doesn't *do anything itself*, but rather encapsulates *how to...
@DoisKoh ugh, sorry to hear this. I've never attempted a Windows build so I don't have any guidance for this at the moment. Hopefully, someone out there who lives in...
Great question. This isn't currently offered, but I can look into it! I'll have to check to see what jq does specifically for this, but I suspect we might be...
Correct. The futures support in the std lib offer a `Stream` trait for consuming values with async/await, but support for the incremental consumption of input in jq is not really...
Once influxdata/flux#4424 works its way out, the `exists` workaround should be redundant since the filters specified in the OP will drop records where the field passed to value is missing.