heavyai / heavyai.jl

Julia client for OmniSci GPU-accelerated SQL engine and analytics platform
https://omnisci.github.io/OmniSci.jl/latest/
Other
21 stars 9 forks source link

Support millisecond resolution timestamps #82

Open randyzwitch opened 4 years ago

randyzwitch commented 4 years ago

Currently, timestamps are rounded to the second, to enforce internal consistency with create_table (seconds used to be only choice in OmniSci)

Document current seconds-only implementation, figure out how to support higher resolutions for timestamps.

randyzwitch commented 4 years ago

ref: #80