trait HashFunctions extends AnyRef

Self Type
HashFunctions with Magnets
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HashFunctions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class CityHash64(col1: (HashFunctions.this)#ConstOrColMagnet[_], coln: (HashFunctions.this)#ConstOrColMagnet[_]*) extends (HashFunctions.this)#HashFunction with Product with Serializable
  2. case class HalfMD5(col: (HashFunctions.this)#StringColMagnet[_]) extends (HashFunctions.this)#HashFunction with Product with Serializable
  3. abstract class HashFunction extends ExpressionColumn[String]
  4. case class IntHash32(col: (HashFunctions.this)#NumericCol[_]) extends (HashFunctions.this)#HashFunction with Product with Serializable
  5. case class IntHash64(col: (HashFunctions.this)#NumericCol[_]) extends (HashFunctions.this)#HashFunction with Product with Serializable
  6. case class MD5(col: (HashFunctions.this)#StringColMagnet[_]) extends (HashFunctions.this)#HashFunction with Product with Serializable
  7. case class SHA1(col: (HashFunctions.this)#ConstOrColMagnet[_]) extends (HashFunctions.this)#HashFunction with Product with Serializable
  8. case class SHA224(col: (HashFunctions.this)#ConstOrColMagnet[_]) extends (HashFunctions.this)#HashFunction with Product with Serializable
  9. case class SHA256(col: (HashFunctions.this)#ConstOrColMagnet[_]) extends (HashFunctions.this)#HashFunction with Product with Serializable
  10. case class SipHash128(col: (HashFunctions.this)#StringColMagnet[_]) extends (HashFunctions.this)#HashFunction with Product with Serializable
  11. case class SipHash64(col: (HashFunctions.this)#StringColMagnet[_]) extends (HashFunctions.this)#HashFunction with Product with Serializable
  12. case class URLHash(col: (HashFunctions.this)#ConstOrColMagnet[_], depth: (HashFunctions.this)#NumericCol[_]) extends (HashFunctions.this)#HashFunction with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def cityHash64(col1: (HashFunctions.this)#ConstOrColMagnet[_], coln: (HashFunctions.this)#ConstOrColMagnet[_]*): (HashFunctions.this)#CityHash64
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def halfMD5(col: (HashFunctions.this)#StringColMagnet[_]): (HashFunctions.this)#HalfMD5
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def intHash32(col: (HashFunctions.this)#NumericCol[_]): (HashFunctions.this)#IntHash32
  13. def intHash64(col: (HashFunctions.this)#NumericCol[_]): (HashFunctions.this)#IntHash64
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def mD5(col: (HashFunctions.this)#StringColMagnet[_]): (HashFunctions.this)#MD5
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def sHA1(col: (HashFunctions.this)#ConstOrColMagnet[_]): (HashFunctions.this)#SHA1
  20. def sHA224(col: (HashFunctions.this)#ConstOrColMagnet[_]): (HashFunctions.this)#SHA224
  21. def sHA256(col: (HashFunctions.this)#ConstOrColMagnet[_]): (HashFunctions.this)#SHA256
  22. def sipHash128(col: (HashFunctions.this)#StringColMagnet[_]): (HashFunctions.this)#SipHash128
  23. def sipHash64(col: (HashFunctions.this)#StringColMagnet[_]): (HashFunctions.this)#SipHash64
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def uRLHash(col: (HashFunctions.this)#ConstOrColMagnet[_], depth: (HashFunctions.this)#NumericCol[_]): (HashFunctions.this)#URLHash
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped