Nicholas Gates

Results 144 issues of Nicholas Gates

Umbrella issue for the IPC format. - [x] #182 - [x] #173 - [x] #150 - [ ] Split chunked arrays into batches - [ ] Support stats on ArrayView...

The DType and Scalar crates should both support Serde, FlatBuffer and Protobuf serialisation via features. The current flat buffer build.rs script should be fixed up to check for these features...

To quickly check for logical inequality between two Vortex arrays.

Similar to special-casing validity, we can special-case indices to something like this: ```rust enum Indices { Stride(...), Ranges(...), Array(ArrayRef), } ``` This would then be passed as an argument to...