Temporal Functions
This family documents the live Cypher function surface in this category, including both overview pages and one-page-per-function references where the runtime exposes distinct callable names.
Nexyron's canonical temporal value in Cypher is an i64 epoch-millisecond integer. timestamp(), currenttimestamp(), current_timestamp(), now(), datetime(...), toDateTime(...), date conversions, buckets, truncation, and temporal procedure bounds all use that same millisecond scalar contract. time(...) returns milliseconds since midnight, and fixed-width duration(...) values return integer milliseconds. Calendar-relative durations with months or years are not converted to a scalar duration because their exact width depends on the anchor date.
Pages:
- active-streak
- align-to-grid
- asof-join
- baseline-deviation
- bucket-wallclock
- bucket
- burst-count
- burst-duration
- calendar-window
- changes
- context-alignment-join
- count-window
- cumulative-sum
- current-date
- current-time
- current-timestamp
- currenttimestamp
- date-trunc
- date
- datetime
- day
- delta
- derivative
- diff
- downsample
- duration
- dwell-time
- ema
- event-window
- frequency
- gap-duration
- hour
- idelta
- inactivity-streak
- increase
- intensity
- inter-event-time
- irate
- lag
- latest-state-join
- latest
- lead
- local-datetime
- local-time
- localdatetime
- minute
- missing-ratio
- month
- nearest-prior
- now
- ordered-sequence-analytics
- percent-change
- rank-in-window
- rate-and-weighted-analytics
- rate
- recency
- regularity-score
- resample-to-grid
- resampling-and-windowing
- resets
- rolling-avg
- rolling-quantile
- rolling-stddev
- rolling-sum
- sample-by
- second
- session-duration
- session-window
- sliding-window
- spread
- stale-since
- state-and-session-analytics
- state-duration
- state-transition-count
- state-window
- temporal-joins
- time-in-state
- time-weighted-avg
- time-weighted-sum
- time
- timestamp
- todate
- todatetime
- toduration
- totime
- tozoneddatetime
- tozonedtime
- truncate
- year
- zoned-datetime
- zoneddatetime
- zonedtime