User Defined Function Java API - Aster Execution Engine

Teradata Aster® Developer Guide

Product
Aster Execution Engine
Release Number
7.00.02
Published
July 2017
Language
English (United States)
Last Update
2018-04-13
dita:mapPath
xnl1494366523182.ditamap
dita:ditavalPath
Generic_no_ie_no_tempfilter.ditaval
dita:id
ffu1489104705746
lifecycle
previous
Product Category
Software

In the Java interface there is one package, com.asterdata.ncluster.scalar, for the user defined scalar functions. This package contains one function interface called ScalarFunction. There is one package, com.asterdata.ncluster.aggregator, for the user defined aggregate functions. This package contains two function interfaces. They are NonDecomposableAggregatorFunction and DecomposibleAggregatorFunction.

In this section we show how to implement user defined scalar functions and user defined aggregate functions using these interfaces.