Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
datetime
/
plan
/
datetime6.q
blob: 520b7428308fd6e77dfcaec3653a8460adc85111 [
file
]
explain plan
for
select
*
from
(
select
cast
(
c_row
as
int
),
cast
(
c_date
as
date
)
from
basic
where
c_date
<
'2000-01-01'
)
t limit
0
;