package ml
- Alphabetic
- Public
- Protected
Type Members
- class InternalFunctionRegistration extends SparkSessionExtensionsProvider
Value Members
- object InternalFunctionRegistration
Register a couple ML vector conversion UDFs in the internal function registry.
Register a couple ML vector conversion UDFs in the internal function registry.
This is a bit of a hack because we use the SparkSessionExtensions mechanism to register functions in a global registry. The use of a Scala object makes sure we only do this once.