org.apache.hive.service.cli.thrift

TRowSet

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

Instance Constructors

  1. new TRowSet(other: TRowSet)

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

  3. new TRowSet()

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

  7. def addToRows(elem: TRow): Unit

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clear(): Unit

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

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

    Definition Classes
    TRowSet → Comparable
  12. def deepCopy(): TRowSet

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

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

  15. def equals(that: Any): Boolean

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

    Definition Classes
    TRowSet → TBase
  17. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  19. def getColumns(): List[TColumn]

  20. def getColumnsIterator(): Iterator[TColumn]

  21. def getColumnsSize(): Int

  22. def getFieldValue(field: _Fields): AnyRef

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

  24. def getRowsIterator(): Iterator[TRow]

  25. def getRowsSize(): Int

  26. def getStartRowOffset(): Long

  27. def hashCode(): Int

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

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

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

  31. def isSetRows(): Boolean

  32. def isSetStartRowOffset(): Boolean

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

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

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

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

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

  38. def setColumnsIsSet(value: Boolean): Unit

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

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

  41. def setRowsIsSet(value: Boolean): Unit

  42. def setStartRowOffset(startRowOffset: Long): Unit

  43. def setStartRowOffsetIsSet(value: Boolean): Unit

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

    Definition Classes
    AnyRef
  45. def toString(): String

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

  47. def unsetRows(): Unit

  48. def unsetStartRowOffset(): Unit

  49. def validate(): Unit

  50. final def wait(): Unit

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

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

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

    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