Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(<varchar>, <varchar) and returns a new varchar. It can be used by copying the built jar file into the Dremio jars directory.
This shows an example a customer function using Dremio's internal APIs. The example has the signature example_concat_op(\<varchar\>, \<varchar\>) and returns a new varchar. It can be used by copying the built jar file into the Dremio jars directory.

Example Usage:
```
Expand Down