on ‎2008 May 14 12:28 PM
Hi,
Being am a trainee i didnt understand much about the user-defined functions at my training period..
Will you plz tell about them with best examples as u developed in real time and their requirement in scenario..
I tried for them very much in SDN..that is not statisfactory
Regards
guna
Request clarification before answering.
Hi,
you will need udfs if the standard functions can't fulfill your requirements.
For example if you have boolean values in a context and want to know if at least one of them is true you will need a udf.
Example1:
input:
false
false
true
false
output:
true
Example 2:
input:
false
false
false
false
output:
false
Regards
Patrick
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.