Class

org.apache.hive.service.cli.thrift

TRow

Related Doc: package thrift

Permalink

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

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

    Permalink
  2. new TRow(colVals: List[TColumnValue])

    Permalink
  3. new TRow()

    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 addToColVals(elem: TColumnValue): Unit

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clear(): Unit

    Permalink
    Definition Classes
    TRow → TBase
  7. def clone(): AnyRef

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

    Permalink
    Definition Classes
    TRow → Comparable
  9. def deepCopy(): TRow

    Permalink
    Definition Classes
    TRow → TBase
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(that: TRow): Boolean

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

    Permalink
    Definition Classes
    TRow → AnyRef → Any
  13. def fieldForId(fieldId: Int): _Fields

    Permalink
    Definition Classes
    TRow → TBase
  14. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getColVals(): List[TColumnValue]

    Permalink
  17. def getColValsIterator(): Iterator[TColumnValue]

    Permalink
  18. def getColValsSize(): Int

    Permalink
  19. def getFieldValue(field: _Fields): AnyRef

    Permalink
    Definition Classes
    TRow → TBase
  20. def hashCode(): Int

    Permalink
    Definition Classes
    TRow → AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    TRow → TBase
  23. def isSetColVals(): Boolean

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

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

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

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

    Permalink
    Definition Classes
    TRow → TBase
  28. def setColVals(colVals: List[TColumnValue]): Unit

    Permalink
  29. def setColValsIsSet(value: Boolean): Unit

    Permalink
  30. def setFieldValue(field: _Fields, value: Any): Unit

    Permalink
    Definition Classes
    TRow → TBase
  31. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    TRow → AnyRef → Any
  33. def unsetColVals(): Unit

    Permalink
  34. def validate(): Unit

    Permalink
  35. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    TRow → TBase

Inherited from Cloneable

Inherited from TBase[TRow, _Fields]

Inherited from Serializable

Inherited from Comparable[TRow]

Inherited from AnyRef

Inherited from Any

Ungrouped