skip to main content
Implementing SQL pass-through mode : Feature description : Scalar functions
 

Scalar functions

Constant queries (queries without a FROM clause) are always handled by the OpenAccess SDK SQL Engine, and IP EXECUTE will not be called. Any custom scalar functions that are expected to be supported in constant queries should be registered and implemented by the IP. For queries where IP EXECUTE is called, the IP will pass the execution of the scalar functions to the underlying data source.