Skip to main content

Module json_type_concretize

Module json_type_concretize 

Source

Structsยง

JsonTypeConcretizeRule ๐Ÿ”’
Concretize (deduce) the expected JSON type from query. For example, we can concretize a JSON type of { a: { b: Number } } from select 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 ๐Ÿ”’