From 9bf0662722085ef467e6db70f1168c908d09ac36 Mon Sep 17 00:00:00 2001 From: Kyle Porter Date: Wed, 9 Jun 2021 08:45:16 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea32fcc..639e0a9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/dremio-hub/dremio-internal-function-example.svg?branch=master)](https://travis-ci.org/dremio-hub/dremio-internal-function-example) -This shows an example a customer function using Dremio's internal APIs. The example has the signature example_concat_op(, , \) and returns a new varchar. It can be used by copying the built jar file into the Dremio jars directory. Example Usage: ```