You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-2180 Update UDAF docs
This commit is contained in:
8
utils/udfsdk/docs/README
Normal file
8
utils/udfsdk/docs/README
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
To Build PDF:
|
||||||
|
<as root>
|
||||||
|
|
||||||
|
[root@me docs]# sphinx-build -b latex source build
|
||||||
|
[root@me docs]# cd build
|
||||||
|
[root@me docs]# make
|
||||||
|
|
||||||
|
The UDAF.pdf file will be in the build directory
|
BIN
utils/udfsdk/docs/build/UDAF.pdf
vendored
BIN
utils/udfsdk/docs/build/UDAF.pdf
vendored
Binary file not shown.
@ -77,7 +77,7 @@ The serialize method leverages Columnstore's :ref:`ByteStream <bytestream>` clas
|
|||||||
For MEDIAN, serialize() iterates over the set and streams the values to the :ref:`ByteStream <bytestream>` and unserialze unstreams them back into the set:
|
For MEDIAN, serialize() iterates over the set and streams the values to the :ref:`ByteStream <bytestream>` and unserialze unstreams them back into the set:
|
||||||
|
|
||||||
.. literalinclude:: ../../../median.cpp
|
.. literalinclude:: ../../../median.cpp
|
||||||
:lines: 290-305
|
:lines: 194-208
|
||||||
:language: cpp
|
:language: cpp
|
||||||
|
|
||||||
.. rubric:: createUserData()
|
.. rubric:: createUserData()
|
||||||
@ -93,6 +93,6 @@ This function may be called many times from different modules. Do not expect you
|
|||||||
The implementation of the createUserData() method() in MEDIAN:
|
The implementation of the createUserData() method() in MEDIAN:
|
||||||
|
|
||||||
.. literalinclude:: ../../../median.cpp
|
.. literalinclude:: ../../../median.cpp
|
||||||
:lines: 283-288
|
:lines: 187-192
|
||||||
:language: cpp
|
:language: cpp
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user