org.apache.hive.service.cli.thrift

TColumn

class TColumn extends TUnion[TColumn, _Fields]

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

  2. new TColumn(setField: _Fields, value: Any)

  3. new TColumn()

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def checkType(setField: _Fields, value: Any): Unit

    Attributes
    protected[org.apache.hive.service.cli.thrift]
    Definition Classes
    TColumn → TUnion
  8. final def clear(): Unit

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

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

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

    Definition Classes
    TColumn → TBase
  12. def enumForId(id: Short): _Fields

    Attributes
    protected[org.apache.hive.service.cli.thrift]
    Definition Classes
    TColumn → TUnion
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(other: TColumn): Boolean

  15. def equals(other: Any): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def getBinaryVal(): TBinaryColumn

  19. def getBoolVal(): TBoolColumn

  20. def getByteVal(): TByteColumn

  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def getDoubleVal(): TDoubleColumn

  23. def getFieldDesc(setField: _Fields): TField

    Attributes
    protected[org.apache.hive.service.cli.thrift]
    Definition Classes
    TColumn → TUnion
  24. def getFieldValue(arg0: Int): AnyRef

    Definition Classes
    TUnion
  25. def getFieldValue(arg0: _Fields): AnyRef

    Definition Classes
    TUnion → TBase
  26. def getFieldValue(): AnyRef

    Definition Classes
    TUnion
  27. def getI16Val(): TI16Column

  28. def getI32Val(): TI32Column

  29. def getI64Val(): TI64Column

  30. def getSetField(): _Fields

    Definition Classes
    TUnion
  31. def getStringVal(): TStringColumn

  32. def getStructDesc(): TStruct

    Attributes
    protected[org.apache.hive.service.cli.thrift]
    Definition Classes
    TColumn → TUnion
  33. def hashCode(): Int

    Definition Classes
    TColumn → AnyRef → Any
  34. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  35. def isSet(arg0: Int): Boolean

    Definition Classes
    TUnion
  36. def isSet(arg0: _Fields): Boolean

    Definition Classes
    TUnion → TBase
  37. def isSet(): Boolean

    Definition Classes
    TUnion
  38. def isSetBinaryVal(): Boolean

  39. def isSetBoolVal(): Boolean

  40. def isSetByteVal(): Boolean

  41. def isSetDoubleVal(): Boolean

  42. def isSetI16Val(): Boolean

  43. def isSetI32Val(): Boolean

  44. def isSetI64Val(): Boolean

  45. def isSetStringVal(): Boolean

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

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

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

    Definition Classes
    AnyRef
  49. def read(arg0: TProtocol): Unit

    Definition Classes
    TUnion → TBase
    Annotations
    @throws( ... )
  50. def setBinaryVal(value: TBinaryColumn): Unit

  51. def setBoolVal(value: TBoolColumn): Unit

  52. def setByteVal(value: TByteColumn): Unit

  53. def setDoubleVal(value: TDoubleColumn): Unit

  54. def setFieldValue(arg0: Int, arg1: Any): Unit

    Definition Classes
    TUnion
  55. def setFieldValue(arg0: _Fields, arg1: Any): Unit

    Definition Classes
    TUnion → TBase
  56. def setI16Val(value: TI16Column): Unit

  57. def setI32Val(value: TI32Column): Unit

  58. def setI64Val(value: TI64Column): Unit

  59. def setStringVal(value: TStringColumn): Unit

  60. def standardSchemeReadValue(iprot: TProtocol, field: TField): AnyRef

    Attributes
    protected[org.apache.hive.service.cli.thrift]
    Definition Classes
    TColumn → TUnion
  61. def standardSchemeWriteValue(oprot: TProtocol): Unit

    Attributes
    protected[org.apache.hive.service.cli.thrift]
    Definition Classes
    TColumn → TUnion
  62. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  63. def toString(): String

    Definition Classes
    TUnion → AnyRef → Any
  64. def tupleSchemeReadValue(iprot: TProtocol, fieldID: Short): AnyRef

    Attributes
    protected[org.apache.hive.service.cli.thrift]
    Definition Classes
    TColumn → TUnion
  65. def tupleSchemeWriteValue(oprot: TProtocol): Unit

    Attributes
    protected[org.apache.hive.service.cli.thrift]
    Definition Classes
    TColumn → TUnion
  66. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. def write(arg0: TProtocol): Unit

    Definition Classes
    TUnion → TBase
    Annotations
    @throws( ... )

Inherited from TUnion[TColumn, _Fields]

Inherited from TBase[TColumn, _Fields]

Inherited from Serializable

Inherited from Comparable[TColumn]

Inherited from AnyRef

Inherited from Any

Ungrouped