Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
limit0
/
hbase
/
plan
/
sum_bigint.q
blob: 10db36ae65a51b8f1f77abab98b1fea1dac7b7f8 [
file
] [
log
] [
blame
]
explain plan
for
select
*
from
(
select
sum
(
cast
(
fourcf
[
'studentnum'
]
as
bigint
))
from
student
)
t limit
0
;