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
Remove un-implemented methods getRowCnt and getRowsInPartition
This commit is contained in:
BIN
utils/udfsdk/docs/build/latex/UDAF.pdf
vendored
BIN
utils/udfsdk/docs/build/latex/UDAF.pdf
vendored
Binary file not shown.
@ -160,16 +160,6 @@ Use these to determine the way your UDA(n)F was called
|
||||
|
||||
:returns: true if the parameter is a constant.
|
||||
|
||||
.. c:function:: uint64_t getRowsInPartition() const;
|
||||
|
||||
:returns: the actual number of rows in the Window partition. If no partitioning, returns 0.
|
||||
|
||||
.. c:function:: cuint64_t getRowCnt() const;
|
||||
|
||||
:returns: the number of rows in the aggregate.
|
||||
|
||||
This could be the total number of rows, the number of rows in the group, or the number of rows in the PM's subaggregate, depending on the context it was called.
|
||||
|
||||
.. rubric:: Result Type
|
||||
|
||||
.. c:function:: CalpontSystemCatalog::ColDataType getResultType() const;
|
||||
|
Reference in New Issue
Block a user