Skip to content

DateTimeValue

relationalai.semantics.std
DateTimeValue = Union[Variable, dt.datetime]

A type representing a datetime value, which can be a literal datetime.datetime or a Variable resulting from some other expression which will evaluate to a datetime.

Members

  • Variable
  • datetime.datetime

Used By