opteryx icon indicating copy to clipboard operation
opteryx copied to clipboard

✨ [ClickBench] Timestamp functions on Unix Epoch timestamps

Open joocer opened this issue 1 year ago • 1 comments

Functions which work on dates and timestamps generally don't work on Linux Epoch timestamps

extract(minute FROM EventTime)

┌────┬────────────┐
│    │ EventTime  │
│    │  INTEGER   │
╞════╪════════════╡
│  1 │ 1373834327 │
│  2 │ 1373913230 │
│  3 │ 1373914595 │
│  4 │ 1373914712 │
│  5 │ 1373833834 │
│  6 │ 1373841641 │
│  7 │ 1373916373 │
│  8 │ 1373917016 │
│  9 │ 1373912311 │
│ 10 │ 1373851126 │
└────┴────────────┘

joocer avatar May 29 '24 16:05 joocer