Class

org.apache.hive.service.cli.thrift

TRowSet

Related Doc: package thrift

Permalink

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

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

    Permalink
  2. new TRowSet(startRowOffset: Long, rows: List[TRow])

    Permalink
  3. new TRowSet()

    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 addToColumns(elem: TColumn): Unit

    Permalink
  5. def addToRows(elem: TRow): Unit

    Permalink
  6. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TRowSet → 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 getColumns(): List[TColumn]

    Permalink
  18. def getColumnsIterator(): Iterator[TColumn]

    Permalink
  19. def getColumnsSize(): Int

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

    Permalink
    Definition Classes
    TRowSet → TBase
  21. def getRows(): List[TRow]

    Permalink
  22. def getRowsIterator(): Iterator[TRow]

    Permalink
  23. def getRowsSize(): Int

    Permalink
  24. def getStartRowOffset(): Long

    Permalink
  25. def hashCode(): Int

    Permalink
    Definition Classes
    TRowSet → AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    TRowSet → TBase
  28. def isSetColumns(): Boolean

    Permalink
  29. def isSetRows(): Boolean

    Permalink
  30. def isSetStartRowOffset(): Boolean

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

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

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

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

    Permalink
    Definition Classes
    TRowSet → TBase
  35. def setColumns(columns: List[TColumn]): Unit

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

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

    Permalink
    Definition Classes
    TRowSet → TBase
  38. def setRows(rows: List[TRow]): Unit

    Permalink
  39. def setRowsIsSet(value: Boolean): Unit

    Permalink
  40. def setStartRowOffset(startRowOffset: Long): Unit

    Permalink
  41. def setStartRowOffsetIsSet(value: Boolean): Unit

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

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

    Permalink
    Definition Classes
    TRowSet → AnyRef → Any
  44. def unsetColumns(): Unit

    Permalink
  45. def unsetRows(): Unit

    Permalink
  46. def unsetStartRowOffset(): Unit

    Permalink
  47. def validate(): Unit

    Permalink
  48. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    TRowSet → TBase

Inherited from Cloneable

Inherited from TBase[TRowSet, _Fields]

Inherited from Serializable

Inherited from Comparable[TRowSet]

Inherited from AnyRef

Inherited from Any

Ungrouped