You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.
This is documenting a feature request - users of this type provider who need this feature are encouraged to implement it and submit the implementation back to this repo.
Hive supports user-defined functions, normally written in JVM languages.
This type provider could be extended to allow UDFs written either as Java strings or F# source code. If using the latter then an F#-quotation-to-Java-source-text translator would almost certainly be needed, something which would be more generally useful too.
The text was updated successfully, but these errors were encountered:
This is documenting a feature request - users of this type provider who need this feature are encouraged to implement it and submit the implementation back to this repo.
Hive supports user-defined functions, normally written in JVM languages.
This type provider could be extended to allow UDFs written either as Java strings or F# source code. If using the latter then an F#-quotation-to-Java-source-text translator would almost certainly be needed, something which would be more generally useful too.
The text was updated successfully, but these errors were encountered: