==== ---- QUERY select hll(int_col) from functional.alltypestiny; ---- RESULTS '2' ---- TYPES string ==== ---- QUERY select test_count(int_col) from functional.alltypestiny; ---- RESULTS 8 ---- TYPES bigint ==== ---- QUERY select test_count(int_col) from functional.alltypesagg; ---- RESULTS 10980 ---- TYPES bigint ==== ---- QUERY select sum_small_decimal(c3) from functional.decimal_tiny; ---- RESULTS 45.00 ---- TYPES decimal ==== ---- QUERY select trunc_sum(double_col),sum(double_col) from functional_parquet.alltypes where id < 5555; ---- RESULTS 252348,252348.5 ---- TYPES bigint,double ====