You've already forked mariadb-columnstore-engine
							
							
				mirror of
				https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
				synced 2025-11-03 17:13:17 +03:00 
			
		
		
		
	
		
			
				
	
	
	
		
			487 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			487 B
		
	
	
	
	
	
	
	
API Reference
The UDAF API consists of a set of classes and structures used to implement a MariaDB Columnstore UDAF and/or UDAnF.
The classes and structures are:
- class UDAFMap
 - struct UserData
 - class mcsv1Context
 - struct ColumnDatum
 - class mcsv1_UDAF
 
The following Columnstore classes are also used:
- execplan::CalpontSystemCatalog::ColDataType
 - messageqcpp::ByteStream
 
We also define COL_TYPES as a vector of pairs containing the column name and it's type.