mirror of
https://github.com/apache/impala.git
synced 2025-12-30 12:02:10 -05:00
24 lines
340 B
Plaintext
24 lines
340 B
Plaintext
====
|
|
---- QUERY
|
|
# Simple pattern literal
|
|
use functional
|
|
====
|
|
---- QUERY
|
|
select count(*) from alltypes
|
|
---- TYPES
|
|
bigint
|
|
---- RESULTS
|
|
7300
|
|
====
|
|
---- QUERY
|
|
use functional_seq_snap
|
|
====
|
|
---- QUERY
|
|
# TODO: Test confirming negative results - i.e. select from unknown table
|
|
select count(*) from alltypes
|
|
---- TYPES
|
|
bigint
|
|
---- RESULTS
|
|
7300
|
|
====
|