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