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.

 semantics > std
├──  common
│   └──  range
├──  datetime
│   ├──  date
│   │   ├──  fromordinal
│   │   └──  range
│   ├──  datetime
│   │   ├──  fromordinal
│   │   └──  range
│   ├──  days
│   ├──  hours
│   ├──  microseconds
│   ├──  milliseconds
│   ├──  minutes
│   ├──  months
│   ├──  nanoseconds
│   ├──  seconds
│   ├──  weeks
│   └──  years
├──  integers
│   ├──  int128
│   └──  int64
├──  re
│   ├──  RegexMatch
│   │   └──  group
│   ├──  fullmatch
│   └──  search
└──  strings
    ├──  split_part
    ├──  string
    └──  substring
 semantics > std > re
└──  RegexMatch
    ├──  end
    ├──  span
    └──  start