o

org.apache.kyuubi.sql.zorder

ZorderBytesUtils

object ZorderBytesUtils

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

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 booleanToByte(a: Boolean): Array[Byte]
  6. def byteToByte(a: Byte): Array[Byte]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def defaultByteArrayValue(dataType: DataType): Array[Byte]
  9. def defaultValue(dataType: DataType): Any
  10. def doubleToByte(a: Double): Array[Byte]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def floatToByte(a: Float): Array[Byte]
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def intToByte(a: Int): Array[Byte]
  18. def interleaveBits(inputs: Array[Any]): Array[Byte]
  19. def interleaveBitsDefault(arrays: Array[Array[Byte]]): Array[Byte]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def longToByte(a: Long): Array[Byte]
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def paddingTo8Byte(a: Array[Byte]): Array[Byte]
  26. def shortToByte(a: Short): Array[Byte]
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toByteArray(a: Any): Array[Byte]
  29. def toLong(a: Any): Long
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def updatePos(a: Byte, apos: Int, b: Byte, bpos: Int): Byte
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped