mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
28a2cc0a82
* Family of functions to convert DateTime64 to Int64 and back, usefull for imporintg/exporting raw timestamp values of certain precision. * Docs * Tests * Fixed ya.make
9 lines
498 B
Plaintext
9 lines
498 B
Plaintext
const column
|
|
2019-09-16 19:20:12.345 1568650812345 1568650812345000 1568650812345000000
|
|
2019-09-16 19:20:12.345678 1568650812345 1568650812345678 1568650812345678000
|
|
2019-09-16 19:20:12.345678910 1568650812345 1568650812345678 1568650812345678910
|
|
non-const column
|
|
2019-09-16 19:20:12.345 1568650812345 1568650812345000 1568650812345000000
|
|
2019-09-16 19:20:12.345678 1568650812345 1568650812345678 1568650812345678000
|
|
2019-09-16 19:20:12.345678910 1568650812345 1568650812345678 1568650812345678910
|