Class ScalarFnReflector
- java.lang.Object
-
- org.apache.beam.sdk.extensions.sql.impl.ScalarFnReflector
-
public class ScalarFnReflector extends java.lang.ObjectReflection-based implementation logic forScalarFn.
-
-
Constructor Summary
Constructors Constructor Description ScalarFnReflector()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.reflect.MethodgetApplyMethod(org.apache.beam.sdk.extensions.sql.udf.ScalarFn scalarFn)Gets the method annotated withScalarFn.ApplyMethodfromscalarFn.
-
-
-
Method Detail
-
getApplyMethod
public static java.lang.reflect.Method getApplyMethod(org.apache.beam.sdk.extensions.sql.udf.ScalarFn scalarFn)
Gets the method annotated withScalarFn.ApplyMethodfromscalarFn.There must be exactly one method annotated with
ScalarFn.ApplyMethod, and it must be public.
-
-