common
relationalai.semantics.std
Common utility functions.
This module provides general-purpose functions including:
- Range generation
- Hashing and UUID operations
- Raw source code attachment
Functions
Section titled “Functions”Functions exposed by this module.
range() Generate a range of integers.
hash() Compute a hash value for the given arguments.
uuid_to_string() Convert a UUID (Hash) to its string representation.
parse_uuid() Parse a UUID from its string representation.
raw_source() Attach raw source code to the transaction when the backend understands this language.