std
relationalai.semantics
The RelationalAI Semantics Standard Library.
Attributes
Attributes exposed by this module.
DateTimeValueA 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.DateValueA type representing a date value, which can be a literal
datetime.date or a Variable resulting from some other expression which will evaluate to a date.FloatValueA type representing a float value, which can be a literal
float or a Variable resulting from some other expression which will evaluate to a float.IntegerValueA 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.NumberValueA 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.StringValueA type representing a string value, which can be a literal
str or a Variable resulting from some other expression which will evaluate to a string.Modules and Subpackages
Submodules and subpackages available under this namespace.
floatsFloat manipulation functions.
integersInteger manipulation functions.
numbersNumber manipulation functions.
commonCommon utility functions.
aggregatesAggregation functions for relational operations.
decimalsDecimal manipulation functions.
constraintsFunctions for declaring constraints.
mathMathematical functions.
datetimeDate and time manipulation functions.
reRegular expression function.
stringsString manipulation functions.