pyflink.table.expression.Expression.locate# Expression.locate(s: str | Expression[str], pos: int | Expression[int] | None = None) → Expression[int][source]# Returns the position of the first occurrence in the input string after position integer. Added in version 1.12.0.