org.apache.hive.service.cli.thrift

TColumnValue

class TColumnValue extends TUnion[TColumnValue, _Fields]

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

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

  3. new TColumnValue()

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
    TColumnValue → 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: TColumnValue): Int

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

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

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

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

  15. def equals(other: Any): Boolean

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

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

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

  19. def getByteVal(): TByteValue

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

    Definition Classes
    AnyRef → Any
  21. def getDoubleVal(): TDoubleValue

  22. def getFieldDesc(setField: _Fields): TField

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

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

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

    Definition Classes
    TUnion
  26. def getI16Val(): TI16Value

  27. def getI32Val(): TI32Value

  28. def getI64Val(): TI64Value

  29. def getSetField(): _Fields

    Definition Classes
    TUnion
  30. def getStringVal(): TStringValue

  31. def getStructDesc(): TStruct

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

    Definition Classes
    TColumnValue → AnyRef → Any
  33. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    TUnion
  37. def isSetBoolVal(): Boolean

  38. def isSetByteVal(): Boolean

  39. def isSetDoubleVal(): Boolean

  40. def isSetI16Val(): Boolean

  41. def isSetI32Val(): Boolean

  42. def isSetI64Val(): Boolean

  43. def isSetStringVal(): Boolean

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

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

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

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

    Definition Classes
    TUnion → TBase
    Annotations
    @throws( ... )
  48. def setBoolVal(value: TBoolValue): Unit

  49. def setByteVal(value: TByteValue): Unit

  50. def setDoubleVal(value: TDoubleValue): Unit

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

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

    Definition Classes
    TUnion → TBase
  53. def setI16Val(value: TI16Value): Unit

  54. def setI32Val(value: TI32Value): Unit

  55. def setI64Val(value: TI64Value): Unit

  56. def setStringVal(value: TStringValue): Unit

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

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

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

    Definition Classes
    AnyRef
  60. def toString(): String

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

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

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

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

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

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

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

Inherited from TUnion[TColumnValue, _Fields]

Inherited from TBase[TColumnValue, _Fields]

Inherited from Serializable

Inherited from Comparable[TColumnValue]

Inherited from AnyRef

Inherited from Any

Ungrouped