1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-04-21 19:45:56 +03:00
2017-09-07 16:18:44 -05:00

21 lines
487 B
ReStructuredText

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.