org.apache.hive.service.cli.thrift

TRow

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TRow(other: TRow)

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

  3. new TRow()

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addToColVals(elem: TColumnValue): Unit

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clear(): Unit

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

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

    Definition Classes
    TRow → Comparable
  11. def deepCopy(): TRow

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

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

  14. def equals(that: Any): Boolean

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

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

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

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

  19. def getColValsIterator(): Iterator[TColumnValue]

  20. def getColValsSize(): Int

  21. def getFieldValue(field: _Fields): AnyRef

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

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

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

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

  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

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

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

  31. def setColValsIsSet(value: Boolean): Unit

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

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

    Definition Classes
    AnyRef
  34. def toString(): String

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

  36. def validate(): Unit

  37. final def wait(): Unit

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

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

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

    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