-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Nanoseconds missing functions #6224
Copy link
Copy link
Closed
Labels
New featureFeature requestsFeature requestsSQLIssues or changes relating to SQL executionIssues or changes relating to SQL executioninternal
Description
Is your feature request related to a problem?
Most timestamp functions work with nanos, but there are a couple of missing functions
now_ns(). We do have systimestamp_ns, but now is slightly different
extract() -- does not support extracting "nanoseconds"
rnd_timestamp_ns -- we have random for the rest of data types
timestamp_sequence_ns -- We have timestamp_ns, which accepts timestamp_ns, but the step is always in microseconds. We need this version that accepts the step in nanoseconds.
Describe the solution you'd like.
No response
Describe alternatives you've considered.
No response
Full Name:
javier
Affiliation:
QuestDB
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
New featureFeature requestsFeature requestsSQLIssues or changes relating to SQL executionIssues or changes relating to SQL executioninternal