Skip to content
Snippets Groups Projects
Unverified Commit 9d714d15 authored by qingxinhome's avatar qingxinhome Committed by GitHub
Browse files

Agg sum with decimal (#4546)

Declaration of supplementary C function

Approved by: @nnsgmsone, @fengttt
parent 650aba42
No related branches found
No related tags found
No related merge requests found
......@@ -158,6 +158,7 @@ int32_t Logic_VecNot(void *r, void *a, uint64_t n, uint64_t *nulls, int32_t flag
/* aggregation operation */
int32_t Decimal64_VecSum(int64_t *rs, int64_t *vs, int64_t start, int64_t count, uint64_t *vps ,int64_t *zs, uint64_t *nulls);
int32_t Decimal64_VecSumToDecimal128(int64_t *rs, int64_t *vs, int64_t start, int64_t count, uint64_t *vps ,int64_t *zs, uint64_t *nulls);
int32_t Decimal128_VecSum(int64_t *rs, int64_t *vs, int64_t start, int64_t count, uint64_t *vps ,int64_t *zs, uint64_t *nulls);
#endif /* _MO_H_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment