Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
datetime
/
data
/
datetime205.q
blob: 90d98a5ea65b572979f9aaa82bf49f0f3e7c9f85 [
file
] [
log
] [
blame
]
select
cast
(
c_timestamp
as
timestamp
)
+
cast
(
c_interval
as
interval day to second
)
from
`interval_data.parquet`
where
c_row
=
5
;