Class ScalarFnReflector
java.lang.Object
org.apache.beam.sdk.extensions.sql.impl.ScalarFnReflector
Reflection-based implementation logic for 
ScalarFn.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic MethodgetApplyMethod(ScalarFn scalarFn) Gets the method annotated withScalarFn.ApplyMethodfromscalarFn. 
- 
Constructor Details
- 
ScalarFnReflector
public ScalarFnReflector() 
 - 
 - 
Method Details
- 
getApplyMethod
Gets the method annotated withScalarFn.ApplyMethodfromscalarFn.There must be exactly one method annotated with
ScalarFn.ApplyMethod, and it must be public. 
 -