Class UdfImplReflectiveFunctionBase.ParameterListBuilder
java.lang.Object
org.apache.beam.sdk.extensions.sql.impl.UdfImplReflectiveFunctionBase.ParameterListBuilder
- Enclosing class:
UdfImplReflectiveFunctionBase
Helps build lists of
FunctionParameter
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddMethodParameters
(Method method) org.apache.beam.vendor.guava.v32_1_2_jre.com.google.common.collect.ImmutableList
<org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.schema.FunctionParameter> build()
-
Constructor Details
-
ParameterListBuilder
public ParameterListBuilder()
-
-
Method Details
-
build
public org.apache.beam.vendor.guava.v32_1_2_jre.com.google.common.collect.ImmutableList<org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.schema.FunctionParameter> build() -
add
-
add
public UdfImplReflectiveFunctionBase.ParameterListBuilder add(Type type, String name, boolean optional) -
addMethodParameters
-