Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 539 Bytes

File metadata and controls

10 lines (7 loc) · 539 Bytes

Simple Example Dremio Internal Functions

Build Status

This shows an example a customer function using Dremio's internal APIs. The example has the signature example_concat_op(, <varchar) and returns a new varchar. It can be used by copying the built jar file into the Dremio jars directory.

Example Usage:

SELECT example_concat_op(name, kind) FROM sys.options