All Implemented Interfaces:
NamedWriteable, Writeable, Resolvable, EvaluatorMapper, OptionalArgument

public class Locate extends EsqlScalarFunction implements OptionalArgument
Locate function, given a string 'a' and a substring 'b', it returns the index of the first occurrence of the substring 'b' in 'a'.