[−][src]Trait arrow::array::JsonEqual
Trait for comparing arrow array with json array
Required methods
Loading content...Provided methods
fn equals_json_values(&self, json: &[Value]) -> bool[src]
Checks whether arrow array equals to json array.
Implementors
impl JsonEqual for BooleanArray[src]
Implement array equals for numeric type
impl JsonEqual for DecimalArray[src]
impl JsonEqual for FixedSizeBinaryArray[src]
impl JsonEqual for FixedSizeListArray[src]
impl JsonEqual for NullArray[src]
impl JsonEqual for StructArray[src]
impl JsonEqual for UnionArray[src]
impl<OffsetSize: BinaryOffsetSizeTrait> JsonEqual for GenericBinaryArray<OffsetSize>[src]
impl<OffsetSize: OffsetSizeTrait> JsonEqual for GenericListArray<OffsetSize>[src]
impl<OffsetSize: StringOffsetSizeTrait> JsonEqual for GenericStringArray<OffsetSize>[src]
impl<T: ArrowPrimitiveType> JsonEqual for DictionaryArray<T>[src]
impl<T: ArrowPrimitiveType> JsonEqual for PrimitiveArray<T>[src]
Implement array equals for numeric type