Commit 2a35711
committed
Support 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 35c1c24 commit 2a35711
File tree
50 files changed
+1304
-13
lines changed- src
- common
- column
- src/types
- io/src/cursor_ext
- native/src/write
- meta
- proto-conv/src
- 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.
50 files changed
+1304
-13
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 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
243 | 247 | | |
244 | 248 | | |
245 | 249 | | |
246 | | - | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
247 | 266 | | |
248 | 267 | | |
249 | 268 | | |
| |||
0 commit comments