Packages

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

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[TBoolColumn, _Fields], Serializable, TSerializable, Comparable[TBoolColumn], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TBoolColumn
  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 TBoolColumn(other: TBoolColumn)

    Performs a deep copy on other.

  2. new TBoolColumn(values: List[Boolean], nulls: ByteBuffer)
  3. new TBoolColumn()

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: Boolean): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def bufferForNulls(): ByteBuffer
  7. def clear(): Unit
    Definition Classes
    TBoolColumn → TBase
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def compareTo(other: TBoolColumn): Int
    Definition Classes
    TBoolColumn → Comparable
  10. def deepCopy(): TBoolColumn
    Definition Classes
    TBoolColumn → TBase
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(that: TBoolColumn): Boolean
  13. def equals(that: Any): Boolean
    Definition Classes
    TBoolColumn → AnyRef → Any
  14. def fieldForId(fieldId: Int): _Fields
    Definition Classes
    TBoolColumn → 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
    TBoolColumn → TBase
  18. def getNulls(): Array[Byte]
  19. def getValues(): List[Boolean]
  20. def getValuesIterator(): Iterator[Boolean]
  21. def getValuesSize(): Int
  22. def hashCode(): Int
    Definition Classes
    TBoolColumn → 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
    TBoolColumn → 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
    TBoolColumn → TSerializable
  31. def setFieldValue(field: _Fields, value: Any): Unit
    Definition Classes
    TBoolColumn → 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[Boolean]): Unit
  36. def setValuesIsSet(value: Boolean): Unit
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    TBoolColumn → 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
    TBoolColumn → TSerializable

Inherited from Cloneable

Inherited from TBase[TBoolColumn, _Fields]

Inherited from Serializable

Inherited from TSerializable

Inherited from Comparable[TBoolColumn]

Inherited from AnyRef

Inherited from Any

Ungrouped