skip to main content
OpenAccess SDK SQL Engine core methods for Java : Exchanging data : scalar_function class
 

scalar_function class

This class is used to register user-defined scalar functions. This class has three constructors to support the different types of scalar functions that are supported. See the IP method ipfuncxxx for details on how to implement methods for scalar functions. See the IP method ipGetScalarFunctions for details on registering scalar functions.
In this section: 
* Defining a Basic Scalar Function
* Using scalar_function method to specify result details
* Using the scalar_function method to specify result details and map to a column