public class JavaRowUdf
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | JavaRowUdf.Configuration | 
| Constructor and Description | 
|---|
| JavaRowUdf(JavaRowUdf.Configuration config,
          Schema inputSchema) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.function.Function<Row,java.lang.Object> | getFunction() | 
| Schema.FieldType | getOutputType() | 
public JavaRowUdf(JavaRowUdf.Configuration config, Schema inputSchema) throws java.net.MalformedURLException, java.lang.ReflectiveOperationException, StringCompiler.CompileException
java.net.MalformedURLExceptionjava.lang.ReflectiveOperationExceptionStringCompiler.CompileExceptionpublic Schema.FieldType getOutputType()
public java.util.function.Function<Row,java.lang.Object> getFunction() throws java.net.MalformedURLException, java.lang.ReflectiveOperationException, StringCompiler.CompileException
java.net.MalformedURLExceptionjava.lang.ReflectiveOperationExceptionStringCompiler.CompileException