public class AbsFunction extends Scalar<java.lang.Number,java.lang.Number>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
AbsFunction(DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Number |
evaluate(Input<java.lang.Number>... 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 AbsFunction(DataType dataType)
public static void register(ScalarFunctionModule module)
public FunctionInfo info()
FunctionImplementation