Package org.apache.calcite.util
Class Smalls.MyDoubleFunction
java.lang.Object
org.apache.calcite.util.Smalls.MyDoubleFunction
- Enclosing class:
Smalls
Example of a UDF with a static
eval
method. Class is abstract,
but code-generator should not need to instantiate it.-
Method Summary
-
Method Details
-
eval
public static int eval(int x)
-