Class

org.apache.hive.service.cli.thrift

TBoolColumn

Related Doc: package thrift

Permalink

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

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

Instance Constructors

  1. new TBoolColumn(other: TBoolColumn)

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

    Permalink
  3. new TBoolColumn()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addToValues(elem: Boolean): Unit

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def bufferForNulls(): ByteBuffer

    Permalink
  7. def clear(): Unit

    Permalink
    Definition Classes
    TBoolColumn → TBase
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compareTo(other: TBoolColumn): Int

    Permalink
    Definition Classes
    TBoolColumn → Comparable
  10. def deepCopy(): TBoolColumn

    Permalink
    Definition Classes
    TBoolColumn → TBase
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(that: TBoolColumn): Boolean

    Permalink
  13. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    TBoolColumn → AnyRef → Any
  14. def fieldForId(fieldId: Int): _Fields

    Permalink
    Definition Classes
    TBoolColumn → TBase
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getFieldValue(field: _Fields): AnyRef

    Permalink
    Definition Classes
    TBoolColumn → TBase
  18. def getNulls(): Array[Byte]

    Permalink
  19. def getValues(): List[Boolean]

    Permalink
  20. def getValuesIterator(): Iterator[Boolean]

    Permalink
  21. def getValuesSize(): Int

    Permalink
  22. def hashCode(): Int

    Permalink
    Definition Classes
    TBoolColumn → AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def isSet(field: _Fields): Boolean

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

    Permalink
  26. def isSetValues(): Boolean

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. def read(iprot: TProtocol): Unit

    Permalink
    Definition Classes
    TBoolColumn → TBase
  31. def setFieldValue(field: _Fields, value: Any): Unit

    Permalink
    Definition Classes
    TBoolColumn → TBase
  32. def setNulls(nulls: ByteBuffer): Unit

    Permalink
  33. def setNulls(nulls: Array[Byte]): Unit

    Permalink
  34. def setNullsIsSet(value: Boolean): Unit

    Permalink
  35. def setValues(values: List[Boolean]): Unit

    Permalink
  36. def setValuesIsSet(value: Boolean): Unit

    Permalink
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

    Permalink
    Definition Classes
    TBoolColumn → AnyRef → Any
  39. def unsetNulls(): Unit

    Permalink
  40. def unsetValues(): Unit

    Permalink
  41. def validate(): Unit

    Permalink
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def write(oprot: TProtocol): Unit

    Permalink
    Definition Classes
    TBoolColumn → TBase

Inherited from Cloneable

Inherited from TBase[TBoolColumn, _Fields]

Inherited from Serializable

Inherited from Comparable[TBoolColumn]

Inherited from AnyRef

Inherited from Any

Ungrouped