Package

frameless

functions

Permalink

package functions

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. functions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AggregateFunctions extends AnyRef

    Permalink
  2. trait Averagable[T] extends AnyRef

    Permalink

    When summing Spark doesn't change these types: - BigDecimal -> BigDecimal - Double -> Double

  3. trait Summable[A] extends AnyRef

    Permalink

    When summing Spark doesn't change these types: - Long -> Long - BigDecimal -> BigDecimal - Double -> Double

    When summing Spark doesn't change these types: - Long -> Long - BigDecimal -> BigDecimal - Double -> Double

    For other types there are conversions: - Int -> Long - ...

Value Members

  1. object Averagable

    Permalink
  2. object Summable

    Permalink
  3. object aggregate extends AggregateFunctions

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped