public class CoalesceFunction extends Scalar<java.lang.Object,java.lang.Object>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
evaluate(Input... args)
Evaluate the function using the provided arguments
|
FunctionInfo |
info()
Provides meta information about this function implementation.
|
static void |
register(ScalarFunctionModule module) |
anyNonLiterals, compile, evaluateIfLiterals, normalizeSymbol, withOperatorpublic static final java.lang.String NAME
public java.lang.Object evaluate(Input... args)
Scalarpublic static void register(ScalarFunctionModule module)
public FunctionInfo info()
FunctionImplementation