简体   繁体   中英

Import C++ function into teradata

I have some C++ functions and which are used to check for valid decimal, date, timestamp etc. What I want is to import those functions as UDF into Teradata in order make use them in my SQLs. Is that possible?

Of course, there are Scalar, (Windowed Aggregate) and Table UDFs, check the manuals:

SQL External Routine Programming .

There are some articles on Teradata's Developer Exchange covering that topic:

How to Create and Debug a Scalar CUDF using Eclipse

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM