Trait arrow::array::JsonEqual[][src]

pub trait JsonEqual {
    fn equals_json(&self, json: &[&Value]) -> bool;

    fn equals_json_values(&self, json: &[Value]) -> bool { ... }
}
Expand description

Trait for comparing arrow array with json array

Required methods

Checks whether arrow array equals to json array.

Provided methods

Checks whether arrow array equals to json array.

Implementors

Implement array equals for numeric type

Implement array equals for numeric type