==== ---- QUERY COMPUTE STATS complextypes_structs ---- RESULTS 'Updated 1 partition(s) and 2 column(s).' ---- TYPES STRING ==== ---- QUERY # Checks that that there are no stats generated for struct columns. SHOW COLUMN STATS complextypes_structs ---- RESULTS 'id','INT',6,0,4,4.0,-1,-1 'str','STRING',6,0,11,10.3333330154,-1,-1 'alltypes','STRUCT',-1,-1,-1,-1.0,-1,-1 'tiny_struct','STRUCT',-1,-1,-1,-1.0,-1,-1 'small_struct','STRUCT',-1,-1,-1,-1.0,-1,-1 ---- TYPES STRING,STRING,BIGINT,BIGINT,BIGINT,DOUBLE,BIGINT,BIGINT ==== ---- QUERY COMPUTE STATS complextypes_nested_structs ---- RESULTS 'Updated 1 partition(s) and 1 column(s).' ---- TYPES STRING ==== ---- QUERY # Checks that that there are no stats generated for struct columns. SHOW COLUMN STATS complextypes_nested_structs ---- RESULTS 'id','INT',5,0,4,4.0,-1,-1 'outer_struct','STRUCT,inner_struct2:STRUCT,inner_struct3:STRUCT>>',-1,-1,-1,-1.0,-1,-1 ---- TYPES STRING,STRING,BIGINT,BIGINT,BIGINT,DOUBLE,BIGINT,BIGINT