Refactor and add test for api1 binary query

This commit is contained in:
Dominik Werder
2022-11-24 19:55:35 +01:00
parent 8eedf53f39
commit 94e49bd014
27 changed files with 753 additions and 254 deletions

View File

@@ -83,7 +83,7 @@ pub fn main() -> Result<(), Error> {
compression: false,
shape: Shape::Scalar,
array: false,
byte_order: ByteOrder::LE,
byte_order: ByteOrder::Little,
};
let range = NanoRange {
beg: u64::MIN,