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 Method
getApplyMethod
(ScalarFn scalarFn) Gets the method annotated withScalarFn.ApplyMethod
fromscalarFn
.
-
Constructor Details
-
ScalarFnReflector
public ScalarFnReflector()
-
-
Method Details
-
getApplyMethod
Gets the method annotated withScalarFn.ApplyMethod
fromscalarFn
.There must be exactly one method annotated with
ScalarFn.ApplyMethod
, and it must be public.
-