Object

org.apache.spark.sql.execution.bootstrap

BootstrapFunctions

Related Doc: package bootstrap

Permalink

object BootstrapFunctions

The functions used in this class are used by the the generated classes. The function names should match exactly with the string fields. Take care while changing function names. Created by ashahid on 6/24/16.

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val arrayOpsBehaviour: Array[(DoubleMutableRow, InternalRow, Int, Boolean, Boolean) ⇒ DoubleMutableRow]

    Permalink
  5. val arrayOpsFunction: String

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def compressMultiplicty(inputByte: Byte, index: Int, isOn: Boolean): Byte

    Permalink
  9. def compressMultiplicty(a: ArrayData, startIndex: Int, endIndex: Int): Byte

    Permalink
  10. val compressorFunc: String

    Permalink
  11. val divide: (Any, Any) ⇒ Any

    Permalink
  12. val divisor: Double

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def evalApproxColumn(multiplictiesResultExpr: ByteMutableRow, expArray: InternalRow, lower: Double, upper: Double, baseAggregateType: Type, error: Double, behavior: Type): InternalRow

    Permalink
  16. val evalApproxColumn: String

    Permalink
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getMultiplicityGroupingIndexesForBootstrap(numBootstrapTrials: Int): Array[Array[Int]]

    Permalink
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. val multiplicityGroupingIndex: String

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. val numeric: Numeric[Any]

    Permalink
  27. def operateOnArrays(array1: DoubleMutableRow, array2: InternalRow, opType: Int, behaviour: Int, numBootstrapTrials: Int): DoubleMutableRow

    Permalink
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped