Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
datetime
/
data
/
datetime196.q
blob: f60c2aa3aeb878c897f8bdd86fdd4702aca7e29f [
file
] [
log
] [
blame
]
select
cast
(
c_timestamp
as
timestamp
)
+
cast
(
c_interval_hour
as
interval hour
)
from
`interval_data.parquet`
where
c_row
=
1
;