1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

MCOL-523 Documentation update

This commit is contained in:
David Hall
2017-09-07 17:22:31 -05:00
parent 7db0b9b0fa
commit fab8948604
8 changed files with 22 additions and 15 deletions

View File

@ -9,7 +9,7 @@ Bytestream is compiled and lives in the messageqcpp shared library. The header c
#include "bytestream.h"
For UDA(n)F you should not have to instantiate a ByteStream. However, if you implement the Complex Data Model, you will need to use the instances passed to your serialize() and unserialize() methods.
For UDA(n)F you should not have to instantiate a ByteStream. However, if you implement :ref:`complexdatamodel`, you will need to use the instances passed to your serialize() and unserialize() methods.
These typedefs exist only for backwards compatibility and can be ignored: