All Implemented Interfaces:
NamedWriteable, Writeable, Resolvable, EvaluatorMapper

public class DateDiff extends EsqlScalarFunction
Subtract the second argument from the third argument and return their difference in multiples of the unit specified in the first argument. If the second argument (start) is greater than the third argument (end), then negative values are returned.