Questions tagged [variant]

A specialized form of data type, a tagged union stores various other data types within it. This type is commonly found in [ocaml] and is often utilized for communication between different programming languages like [c++] and [vb6] in traditional Microsoft Windows [com] development. Similar constructs can also be found in other programming languages under different names such as [discriminated-unions] or the broader category of [algebraic-data-types].

Uploading JSON file Size into Snowflake Variant Column

Our Snowflake table contains JSON files loaded into a Variant column. The table consists of two columns - File name and Variant column (JSON records). While I can determine the total size of the table using information schema, I am now looking to calculat ...