You've already forked mariadb-columnstore-engine
							
							
				mirror of
				https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
				synced 2025-10-31 18:30:33 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			207 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			207 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #ifndef QFE_RETURNEDROWS_H__
 | |
| #define QFE_RETURNEDROWS_H__
 | |
| 
 | |
| #include "socktype.h"
 | |
| #include "messagequeue.h"
 | |
| 
 | |
| namespace qfe
 | |
| {
 | |
| 
 | |
| void processReturnedRows(messageqcpp::MessageQueueClient*, SockType);
 | |
| 
 | |
| }
 | |
| 
 | |
| #endif
 | |
| 
 |