==== ---- QUERY select hll(int_col) from functional.alltypestiny; ---- TYPES string ---- RESULTS '2' ==== ---- QUERY select test_count(int_col) from functional.alltypestiny; ---- TYPES bigint ---- RESULTS 8 ==== ---- QUERY select test_count(int_col) from functional.alltypesagg; ---- TYPES bigint ---- RESULTS 9990 ==== ---- QUERY select sum_small_decimal(c3) from functional.decimal_tiny; ---- TYPES decimal ---- RESULTS 45.00 ====