Class Function.ArrayAddElementFunction

java.lang.Object
org.apache.druid.math.expr.Function.ArrayScalarFunction
org.apache.druid.math.expr.Function.ArrayAddElementFunction
All Implemented Interfaces:
Function, NamedFunction
Direct Known Subclasses:
Function.ArrayAppendFunction, Function.ArrayPrependFunction, Function.ArraySetAddFunction
Enclosing interface:
Function

public abstract static class Function.ArrayAddElementFunction extends Function.ArrayScalarFunction
Scaffolding for a 2 argument Function which accepts one array and one scalar input and adds the scalar input to the array in some way.