Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
datetime
/
datetime196.q
blob: aa989a4f05316999271fd2744cd5783181dbb8ed [
file
] [
log
] [
blame
]
select
c_timestamp
+
c_interval_hour
from
`interval_data.parquet`
where
c_row
=
1
;