pub fn variant_to_json(input: &ArrayRef) -> Result<StringArray, ArrowError>Expand description
Transform a VariantArray to a batch of JSON strings where nulls are preserved.
pub fn variant_to_json(input: &ArrayRef) -> Result<StringArray, ArrowError>Transform a VariantArray to a batch of JSON strings where nulls are preserved.