StringValue
relationalai.semantics.std
StringValue = Union[Variable, str]A 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.
Members
-
Variable -
str