std
relationalai.semantics
The RelationalAI Semantics Standard Library.
Attributes
Section titled “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
Section titled “Modules and Subpackages”Submodules and subpackages available under this namespace.
aggregatesAggregation functions for relational operations.
commonCommon utility functions.
constraintsFunctions for declaring constraints.
datetimeDate and time manipulation functions.
decimalsDecimal manipulation functions.
floatsFloat manipulation functions.
integersInteger manipulation functions.
mathMathematical functions.
numbersNumber manipulation functions.
reRegular expression function.
stringsString manipulation functions.
pathRelationalAI path library: pattern-based matching and enumeration of paths through a knowledge graph.