Commit 34baeb1
committed
upport Interval DataType
:) select to_interval('02:01'), to_interval('1 year 1 day 1 hour');
┌───────────────────────────────────────────────────────────┐
│ to_interval('02:01') │ to_interval('1 year 1 day 1 hour') │
│ Interval │ Interval │
├──────────────────────┼────────────────────────────────────┤
│ 2:01:00 │ 1year 1day 1:00:00 │
└───────────────────────────────────────────────────────────┘1 parent ba9aa5f commit 34baeb1
File tree
62 files changed
+1773
-34
lines changed- src
- common
- column
- src/types
- io
- src
- tests/it
- native/src
- compression/integer
- read
- write
- meta
- proto-conv
- src
- tests/it
- protos/proto
- query
- ast
- src
- ast
- parser
- tests/it/testdata
- expression/src
- aggregate
- converts
- arrow
- datavalues
- meta
- kernels
- group_by_hash
- types
- utils
- formats
- src
- field_decoder
- field_encoder
- output_format
- functions
- src/scalars
- tests/it/scalars
- testdata
- sql/src/planner/semantic
- storages
- common/stage/src/read
- fuse/src/table_functions
- tests/sqlsmith/src/sql_gen
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
62 files changed
+1773
-34
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
23 | 29 | | |
24 | 30 | | |
25 | 31 | | |
| |||
243 | 249 | | |
244 | 250 | | |
245 | 251 | | |
246 | | - | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
247 | 269 | | |
248 | 270 | | |
249 | 271 | | |
250 | 272 | | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
251 | 289 | | |
252 | 290 | | |
253 | 291 | | |
| |||
0 commit comments