package sql
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class SparkSecondStringExtension extends (SparkSessionExtensions) => Unit
Value Members
- object StringSimilaritySparkSessionExtensions
Helper object that registers functions without needs to change spark-fonfigs.
Helper object that registers functions without needs to change spark-fonfigs.
Consider this object as a workaround / alternative way to register functions.
If you can change the spark-fonfs
--conf spark.sql.extensions=io.github.semyonsinchenko.sparkss.sql.SparkSecondStringExtensionuse it.If you want to have a programmatic access to the DSL I would point you to the io.github.semyonsinchenko.sparkss.StringSimilarityFunctions
This object is kind of workaround when you want to register functions as SQL but for some reason you cannot change spark's configurations.