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