mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 19:06:14 +01:00 
			
		
		
		
	 555921a9c3
			
		
	
	
	555921a9c3
	
	
	
		
			
			Added support for usual agreggate UDF (UDAF) Added remove() call support for more efficient window function processing Added example of aggregate UDF with efficient windows function support
		
			
				
	
	
		
			36 lines
		
	
	
	
		
			554 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
	
		
			554 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| LIBRARY		udf_example
 | |
| VERSION		1.0
 | |
| EXPORTS
 | |
|   lookup
 | |
|   lookup_init
 | |
|   lookup_deinit
 | |
|   reverse_lookup
 | |
|   reverse_lookup_init
 | |
|   reverse_lookup_deinit
 | |
|   metaphon_init
 | |
|   metaphon_deinit
 | |
|   metaphon
 | |
|   myfunc_double_init
 | |
|   myfunc_double
 | |
|   myfunc_int_init
 | |
|   myfunc_int
 | |
|   udf_sequence_init
 | |
|   udf_sequence_deinit
 | |
|   udf_sequence
 | |
|   avgcost_init
 | |
|   avgcost_deinit
 | |
|   avgcost_reset
 | |
|   avgcost_add
 | |
|   avgcost_clear
 | |
|   avgcost
 | |
|   avg2_init
 | |
|   avg2_deinit
 | |
|   avg2_reset
 | |
|   avg2_add
 | |
|   avg2_remove
 | |
|   avg2_clear
 | |
|   avg2
 | |
|   is_const
 | |
|   is_const_init
 | |
|   check_const_len
 | |
|   check_const_len_init
 |