1
0
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:
David Hall
2017-09-07 16:04:54 -05:00
parent ce51b9c5e2
commit 57911fcef3
2 changed files with 0 additions and 10 deletions

View File

@ -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;