Interface OptionalArgument
- All Known Implementing Classes:
Coalesce,CountDistinct,DateFormat,DateParse,Greatest,IpPrefix,Knn,Least,Locate,Log,Match,MatchOperator,MatchPhrase,MvSlice,MvSort,MvZip,QueryString,Rate,Repeat,Round,SpatialGridFunction,StGeohash,StGeohex,StGeotile,Substring,ToIp
public interface OptionalArgument
Marker interface indicating that a function accepts one optional argument (typically the last one).
This is used by the
EsqlFunctionRegistry to perform validation of function declaration.