Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
datetime
/
datetime204.q
blob: 2889348e800b6eef68c196ffaf4f81eba8d09875 [
file
]
select
cast
(
columns
[
10
]
as
timestamp
)
+
cast
(
columns
[
4
]
as
interval hour
)
from
`interval_data.csv`
;