maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #13163
How to know when a FUNCTION is AGGREGATE?
-
To:
<maria-developers@xxxxxxxxxxxxxxxxxxx>
-
From:
"Martijn Tonies \(Upscene Productions\)" <m.tonies@xxxxxxxxxxx>
-
Date:
Wed, 15 Jun 2022 12:46:55 +0200
-
Arc-authentication-results:
i=1; rspamd-848669fb87-6tbls; auth=pass smtp.auth=hostpapa smtp.mailfrom=m.tonies@xxxxxxxxxxx
-
Arc-message-signature:
i=1; a=rsa-sha256; c=relaxed/relaxed; d=mailchannels.net; s=arc-2022; t=1655290022; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: dkim-signature; bh=owevcFHhTO0aCm6MaR2sx84qx6F6TNMUOy0LxgSjt9k=; b=Bi0flN7dfdYBSvlGLAXr4QlggxfnIlfCxApeyYTROAacNxru9KnrI8gImz8+BlUZziNRWZ U2uP+QH60tWoUz/gwJi4SLXC6oxaL+IfCVcXmev7MYUq7pHYt/f2gkiF50oswj610GK9HI ZC0XKFkK24YMfkuv5Az74VRuoYvt0h8ZPq6Cl97rlPnUqBg0kxhaE1LgMfhGkeGFC/RRxI 6xjXyt1prRy6bS91wkMMaW0p5CBakHye8q2N2d7wlug9yGXutLAQTWNenwNpY/+2bs642b JRTNiZFl/39b+oo9NHy9WaZ4nMx3Q40/d0hIoNwG8/WHS32Bmsm46Q7Ewho6Kw==
-
Arc-seal:
i=1; s=arc-2022; d=mailchannels.net; t=1655290022; a=rsa-sha256; cv=none; b=Td4GxTP1fiXQ5E8Wn7u8IgWHBoui0E6uL1+Sj6zNiJM1LpTYcjp+xpnFeZPCgRFVXjFcr2 iC09NVs7ncwBqElsbZyPsduWYivJnY214TuRzJM4bUXzF1pa33lSRwFAc7JLcS4Wopa/wo t6crR0SEOUuzIPZwtBCxHi+3lqN0CK8hMtaz3uetD4mx40SUVpDF0JcHnuiGQBC7l2TpQX /aUQvMBOnXixxxxBVMob3DNfi7SoZdvb1A11wBC8sT25m0W+HhGt4rIoQ9I5tRrxwKZPfl L4edMmynM4Akhia6EaQ0STNtM7rQXwmkX+1tM3Jr9MxJdhrzNkESjlMPdpnQxg==
-
Importance:
Normal
Hi all,
Since MariaDB 10.3, you can use an AGGREGATE stored function.
https://mariadb.com/kb/en/stored-aggregate-functions/
When examining the meta data, how does one distinguish between aggregate and normal stored functions?
Can’t find anything in the information_schema about this.
With regards,
Martijn Tonies
Upscene Productions
https://www.upscene.com
Database Workbench - developer tool for Oracle, SQL Server, PostgreSQL, MySQL, InterBase, NexusDB and Firebird.
Follow ups