Skip to content

IntegerValue

relationalai.semantics.std
IntegerValue = Union[Variable, int]

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

  • Variable
  • int
 semantics > std
├──  common
│   └──  range
├──  datetime
│   ├──  date
│   │   ├──  fromordinal
│   │   └──  range
│   ├──  datetime
│   │   ├──  fromordinal
│   │   └──  range
│   ├──  days
│   ├──  hours
│   ├──  microseconds
│   ├──  milliseconds
│   ├──  minutes
│   ├──  months
│   ├──  nanoseconds
│   ├──  seconds
│   ├──  weeks
│   └──  years
├──  integers
│   ├──  int128
│   └──  int64
└──  strings
    ├──  split_part
    ├──  string
    └──  substring