We have JSON files loaded into Snowflake table (Variant column), the table has 2 column - File name and Variant column (JSON records).
I am able to get the whole table size from information schema, however we are interested in getting the size of each row/record in the table.
Can you please help me if there is any formula/function that can help me to get the row size.