Package

io.deepsense.commons.spark

sql

Permalink

package sql

Visibility
  1. Public
  2. All

Value Members

  1. object UserDefinedFunctions extends Serializable

    Permalink

    Holds user defined functions that can be injected to UDFRegistration All the functions have to operate on java.lang.Double as input and output, scala.Double does not support null values (null is converted to 0.0) which would lead to undesired information loss (we expect null values in DataFrames)

Ungrouped