Skip to content

Commit d3de2c8

Browse files
committed
Reverted change in README.md
1 parent 1a2f8da commit d3de2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exaudfclient/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# What is the exaudfclient?
22

3-
The exaudfclient connects to the database via [ZeroMQ](http://zeromq.org/) and fetches the tuples which then get processed by the user-defined functions (UDFs). Currently, the exaudfclient supports UDFs in the language Python, Java and R. Further languages can be integrated via language binding between C/C++ and the desired langauge. Python 3, Java and R use [SWIG](https://www.swig.org/) for the language binding.
3+
The exaudfclient connects to the database via [ZeroMQ](http://zeromq.org/) and fetches the tuples which then get processed by the user-defined functions (UDFs). Currently, the exaudfclient supports UDFs in the language Python, Java and R. Further languages can be integrated via language binding between C/C++ and the desired langauge. Python 3, Java and R use [SWIG](http://www.swig.org/) for the language binding.
44

55
# How to build the exaudfclient?
66

0 commit comments

Comments
 (0)