Skip to content

dremio-hub/dremio-internal-function-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages