Java Aggregate Function: Standard Deviation | UFC Code Examples | Vantage - Java Aggregate Function: Standard Deviation - Advanced SQL Engine - Teradata Database

SQL External Routine Programming

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
rin1593638965306.ditamap
dita:ditavalPath
rin1593638965306.ditaval
dita:id
B035-1147
lifecycle
previous
Product Category
Teradata Vantageā„¢

This example shows the Java code for a simple aggregate UDF that calculates the standard deviation, as follows:



The Java class defines two methods that calculate the standard deviation. One method shows how to represent intermediate aggregate results as a byte array and the other method shows how to represent intermediate aggregate results as an object.