Can user defined aggregate functions be modeled in EDS?

Solution In Progress - Updated -

Issue

  • desire to create a pushdown UDF for the LISTAGG oracle function
  • The syntax of LISTAGG in source DB is as below (LISTAGG is using WITHIN GROUP).
SELECT LISTAGG(last_name,';') WITHIN GROUP (ORDER BY hire_date, last_name) "Emp_list"  FROM employees  WHERE department_id = 30;

Environment

  • Red Hat JBoss Data Services 5.3.1
  • Use of User Defined Functions per the UDF Documentation

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content