Module from_json

Module from_json 

Source
Expand description

Module for transforming a batch of JSON strings into a batch of Variants represented as STRUCT<metadata: BINARY, value: BINARY>

Macros§

string_array_to_variant 🔒
Macro to convert string array to variant array

Functions§

json_to_variant
Parse a batch of JSON strings into a batch of Variants represented as STRUCT<metadata: BINARY, value: BINARY> where nulls are preserved. The JSON strings in the input must be valid.