Class JavaRowUdf
java.lang.Object
org.apache.beam.sdk.schemas.transforms.providers.JavaRowUdf
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription 
- 
Constructor Details
- 
JavaRowUdf
public JavaRowUdf(JavaRowUdf.Configuration config, Schema inputSchema) throws MalformedURLException, ReflectiveOperationException, StringCompiler.CompileException  
 - 
 - 
Method Details
- 
getOutputType
 - 
getFunction
public Function<Row,Object> getFunction() throws MalformedURLException, ReflectiveOperationException, StringCompiler.CompileException 
 -