LucidDB / luciddb

DEFUNCT: See README
https://github.com/LucidDB/luciddb
Apache License 2.0
53 stars 24 forks source link

[FRG-143] Provide a better way to determine whether a routine is a UDX/table function #728

Closed dynamobi-build closed 12 years ago

dynamobi-build commented 12 years ago

[reporter="elin", created="Tue, 6 Jun 2006 09:35:25 -0500 (GMT-05:00)"] localdb.sys_root.dba_routines currently uses parameter style to determine whether a routine is a table function (udx). Something better should be added.

dynamobi-build commented 12 years ago

[author="jvs", created="Fri, 7 Jul 2006 02:31:27 -0500 (GMT-05:00)"] Fixed in eigenchange 7135 (new attribute FemRoutine.isUdx).