1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +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

@ -5,9 +5,9 @@ The UserData struct is used for allocating and streaming the intermediate data n
There may be multiple instantiations of UserData for each UDA(n)F call. Make no assumptions about the contents except within the context of a method call.
Since there is no need to deal with the UserData Structure unless you are using the Complex Data Mode, the remainder of this page assumes the Complex Data Structure.
Since there is no need to deal with the UserData Structure unless you are using :ref:`complexdatamodel`, the remainder of this page assumes :ref:`complexdatamodel`.
To use the Complex Data Structure, you derive a struct from UserData and override, at the least, the streaming functions.
To use :ref:`complexdatamodel`, you derive a struct from UserData and override, at the least, the streaming functions.
.. rubric:: constructor