Packages

class TI64Column extends TBase[TI64Column, _Fields] with Serializable with Cloneable with Comparable[TI64Column]

Autogenerated by Thrift Compiler (0.9.3)

DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING

Linear Supertypes
Cloneable, TBase[TI64Column, _Fields], Serializable, TSerializable, Comparable[TI64Column], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TI64Column
  2. Cloneable
  3. TBase
  4. Serializable
  5. TSerializable
  6. Comparable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TI64Column(other: TI64Column)

    Performs a deep copy on other.

  2. new TI64Column(values: List[Long], nulls: ByteBuffer)
  3. new TI64Column()

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. def addToValues(elem: Long): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def bufferForNulls(): ByteBuffer
  7. def clear(): Unit
    Definition Classes
    TI64Column → TBase
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def compareTo(other: TI64Column): Int
    Definition Classes
    TI64Column → Comparable
  10. def deepCopy(): TI64Column
    Definition Classes
    TI64Column → TBase
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(that: TI64Column): Boolean
  13. def equals(that: Any): Boolean
    Definition Classes
    TI64Column → AnyRef → Any
  14. def fieldForId(fieldId: Int): _Fields
    Definition Classes
    TI64Column → TBase
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getFieldValue(field: _Fields): AnyRef
    Definition Classes
    TI64Column → TBase
  18. def getNulls(): Array[Byte]
  19. def getValues(): List[Long]
  20. def getValuesIterator(): Iterator[Long]
  21. def getValuesSize(): Int
  22. def hashCode(): Int
    Definition Classes
    TI64Column → AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isSet(field: _Fields): Boolean

    Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise

    Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise

    Definition Classes
    TI64Column → TBase
  25. def isSetNulls(): Boolean

    Returns true if field nulls is set (has been assigned a value) and false otherwise

  26. def isSetValues(): Boolean

    Returns true if field values is set (has been assigned a value) and false otherwise

  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def read(iprot: TProtocol): Unit
    Definition Classes
    TI64Column → TSerializable
  31. def setFieldValue(field: _Fields, value: Any): Unit
    Definition Classes
    TI64Column → TBase
  32. def setNulls(nulls: ByteBuffer): Unit
  33. def setNulls(nulls: Array[Byte]): Unit
  34. def setNullsIsSet(value: Boolean): Unit
  35. def setValues(values: List[Long]): Unit
  36. def setValuesIsSet(value: Boolean): Unit
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    TI64Column → AnyRef → Any
  39. def unsetNulls(): Unit
  40. def unsetValues(): Unit
  41. def validate(): Unit
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  45. def write(oprot: TProtocol): Unit
    Definition Classes
    TI64Column → TSerializable

Inherited from Cloneable

Inherited from TBase[TI64Column, _Fields]

Inherited from Serializable

Inherited from TSerializable

Inherited from Comparable[TI64Column]

Inherited from AnyRef

Inherited from Any

Ungrouped