mirror of
https://github.com/apache/impala.git
synced 2026-01-04 09:00:56 -05:00
Change-Id: Ie5aab79742675fc62ed731c13abe83304df80991 Reviewed-on: http://gerrit.ent.cloudera.com:8080/642 Tested-by: jenkins Reviewed-by: Nong Li <nong@cloudera.com>
23 lines
347 B
Plaintext
23 lines
347 B
Plaintext
====
|
|
---- QUERY
|
|
select uda_test.hll(int_col) from functional.alltypestiny;
|
|
---- TYPES
|
|
string
|
|
---- RESULTS
|
|
'2'
|
|
====
|
|
---- QUERY
|
|
select uda_test.test_count(int_col) from functional.alltypestiny;
|
|
---- TYPES
|
|
bigint
|
|
---- RESULTS
|
|
8
|
|
====
|
|
---- QUERY
|
|
select uda_test.test_count(int_col) from functional.alltypesagg;
|
|
---- TYPES
|
|
bigint
|
|
---- RESULTS
|
|
9990
|
|
====
|