public abstract static class UserFunctionDefinitions.JavaScalarFunction
extends java.lang.Object
| Constructor and Description | 
|---|
| JavaScalarFunction() | 
| Modifier and Type | Method and Description | 
|---|---|
| static UserFunctionDefinitions.JavaScalarFunction | create(java.lang.reflect.Method method,
      java.lang.String jarPath) | 
| abstract java.lang.String | jarPath()The Beam filesystem path to the jar where the method was defined. | 
| abstract java.lang.reflect.Method | method() | 
public static UserFunctionDefinitions.JavaScalarFunction create(java.lang.reflect.Method method, java.lang.String jarPath)
public abstract java.lang.reflect.Method method()
public abstract java.lang.String jarPath()