len
relationalai.semantics.std.strings
len(s: StringValue) -> ExpressionGet the length of the string s.
Parameters
Section titled “Parameters”
(sStringValue) - The string to measure.
Returns
Section titled “Returns”Expression- AnExpressionrepresenting the length of the string. ReturnsInteger.
Examples
Section titled “Examples”Get the length of a string:
>>> select(Person.name, strings.len(Person.name))