risingwave_common::types

Module datetime

source
Expand description

Date, time, and timestamp types.

Macrosยง

Structsยง

Enumsยง

Constantsยง

  • LEAP_DAYS ๐Ÿ”’
  • NORMAL_DAYS ๐Ÿ”’
  • UNIX_EPOCH_DAYS ๐Ÿ”’
    The same as NaiveDate::from_ymd(1970, 1, 1).num_days_from_ce(). Minus this magic number to store the number of days since 1970-01-01.

Functionsยง

Type Aliasesยง