UdfRegistration.RegisterJava<TResult>(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Register a Java UDF class using reflection.
public void RegisterJava<TResult> (string name, string className);
member this.RegisterJava : string * string -> unit
Public Sub RegisterJava(Of TResult) (name As String, className As String)
Type Parameters
- TResult
Return type
Parameters
- name
- String
Name of the UDF
- className
- String
Class name that defines UDF