You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
377 B

  1. LIBRARY udf_example
  2. VERSION 1.0
  3. EXPORTS
  4. lookup
  5. lookup_init
  6. reverse_lookup
  7. reverse_lookup_init
  8. metaphon_init
  9. metaphon_deinit
  10. metaphon
  11. myfunc_double_init
  12. myfunc_double
  13. myfunc_int_init
  14. myfunc_int
  15. sequence_init
  16. sequence_deinit
  17. sequence
  18. avgcost_init
  19. avgcost_deinit
  20. avgcost_reset
  21. avgcost_add
  22. avgcost_clear
  23. avgcost
  24. is_const
  25. is_const_init