DBScholar

Back to papers

Functional-Style SQL UDFs With a Capital 'F'

Summary: Advocates functional-style SQL UDFs using self-invocation for recursion; compiles them to SQL:1999 recursive CTEs. A function-call graph–based compiler enables memoization, reference counting, and linear/tail recursion optimizations to produce fast, readable UDFs that outperform hand-tuned SQL. (summarized by gpt-5-nano on Feb 09 2026)

Paper ID
5984
Venue
SIGMOD
Year
2020
Pagerank
5.9113895e-05
Overall Rank
6,328 | 56.59%
DOI
10.1145/3318464.3389707

Incoming Non-self Citations Over Time

Authors

BibTeX Citation

@inproceedings{duta_sigmod20,
        title = {{Functional-Style SQL UDFs With a Capital 'F'}},
        author = {Duta, Christian and Grust, Torsten},
        series = {{SIGMOD} '20},
        booktitle = {Proceedings of the {ACM} {SIGMOD} International Conference on Management of Data},
        publisher = {Association for Computing Machinery},
        doi = {10.1145/3318464.3389707},
        url = {https://dl.acm.org/doi/10.1145/3318464.3389707},
        year = {2020}
}

Incoming Citations (Sorted by Pagerank)

Showing 9 of 9 citing papers.

Previous Page 1 / 1 Next

Outgoing Citations (Sorted by Pagerank)

Showing 12 of 12 cited papers.

Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.

Previous Page 1 / 1 Next

Semantically Similar Papers