Structsยง
- Json
Type ๐Concretize Rule - Concretize (deduce) the expected JSON type from query.
For example, we can concretize a JSON type of
{ a: { b: Number } }fromselect j.a.b::Int64. The JSON type will be later set into the scan request, for converting the JSON arrays.
Functionsยง
- deduce_
json_ ๐type - deduce_
json_ ๐types