trait HashFunctions extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- HashFunctions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class CityHash64(col1: (HashFunctions.this)#ConstOrColMagnet[_], coln: (HashFunctions.this)#ConstOrColMagnet[_]*) extends (HashFunctions.this)#HashFunction with Product with Serializable
- case class HalfMD5(col: (HashFunctions.this)#StringColMagnet[_]) extends (HashFunctions.this)#HashFunction with Product with Serializable
- abstract class HashFunction extends ExpressionColumn[String]
- case class IntHash32(col: (HashFunctions.this)#NumericCol[_]) extends (HashFunctions.this)#HashFunction with Product with Serializable
- case class IntHash64(col: (HashFunctions.this)#NumericCol[_]) extends (HashFunctions.this)#HashFunction with Product with Serializable
- case class MD5(col: (HashFunctions.this)#StringColMagnet[_]) extends (HashFunctions.this)#HashFunction with Product with Serializable
- case class SHA1(col: (HashFunctions.this)#ConstOrColMagnet[_]) extends (HashFunctions.this)#HashFunction with Product with Serializable
- case class SHA224(col: (HashFunctions.this)#ConstOrColMagnet[_]) extends (HashFunctions.this)#HashFunction with Product with Serializable
- case class SHA256(col: (HashFunctions.this)#ConstOrColMagnet[_]) extends (HashFunctions.this)#HashFunction with Product with Serializable
- case class SipHash128(col: (HashFunctions.this)#StringColMagnet[_]) extends (HashFunctions.this)#HashFunction with Product with Serializable
- case class SipHash64(col: (HashFunctions.this)#StringColMagnet[_]) extends (HashFunctions.this)#HashFunction with Product with Serializable
- case class URLHash(col: (HashFunctions.this)#ConstOrColMagnet[_], depth: (HashFunctions.this)#NumericCol[_]) extends (HashFunctions.this)#HashFunction with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cityHash64(col1: (HashFunctions.this)#ConstOrColMagnet[_], coln: (HashFunctions.this)#ConstOrColMagnet[_]*): (HashFunctions.this)#CityHash64
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def halfMD5(col: (HashFunctions.this)#StringColMagnet[_]): (HashFunctions.this)#HalfMD5
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def intHash32(col: (HashFunctions.this)#NumericCol[_]): (HashFunctions.this)#IntHash32
- def intHash64(col: (HashFunctions.this)#NumericCol[_]): (HashFunctions.this)#IntHash64
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mD5(col: (HashFunctions.this)#StringColMagnet[_]): (HashFunctions.this)#MD5
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def sHA1(col: (HashFunctions.this)#ConstOrColMagnet[_]): (HashFunctions.this)#SHA1
- def sHA224(col: (HashFunctions.this)#ConstOrColMagnet[_]): (HashFunctions.this)#SHA224
- def sHA256(col: (HashFunctions.this)#ConstOrColMagnet[_]): (HashFunctions.this)#SHA256
- def sipHash128(col: (HashFunctions.this)#StringColMagnet[_]): (HashFunctions.this)#SipHash128
- def sipHash64(col: (HashFunctions.this)#StringColMagnet[_]): (HashFunctions.this)#SipHash64
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def uRLHash(col: (HashFunctions.this)#ConstOrColMagnet[_], depth: (HashFunctions.this)#NumericCol[_]): (HashFunctions.this)#URLHash
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
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.