-
Notifications
You must be signed in to change notification settings - Fork 8
Home
@dawrutowicz edited this page Jun 8, 2019
·
4 revisions
Welcome to the cleanframes wiki!
Clean Frames is a library that resolves transformations for all parameters defined in a case class.
The core class is a type-class Cleaner
.
This documentation leads you how to:
- use cleanframes API
- define own transformations
- use different transformations for same types
Library provides:
- basics transformations for primitives (catalyst friendly)
- API for plain scala functions that will be resolved as Spark UDFs
Refer to package cleanframes.instances
to see all instancse provided with the library.