Skip to content

NumberValue

relationalai.semantics.std
NumberValue = Union[Variable, float, int, PyDecimal]

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

Members

  • Variable
  • float
  • int
  • PyDecimal

Used By