Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
datetime
/
datetime198.q
blob: 6a7dbd675c6dd15ad0b7c7d02abeedbb047ecb32 [
file
]
select
c_timestamp
+
c_interval_minute
from
`interval_data.parquet`
where
c_row
=
1
;