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.
Members
Section titled “Members”-
Variable -
int
Used By
Section titled “Used By”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
Returned By
Section titled “Returned By”semantics > std > re └── RegexMatch ├── end ├── span └── start