public class TColumnValue extends org.apache.thrift.TUnion<TColumnValue,TColumnValue._Fields>
Modifier and Type | Class and Description |
---|---|
static class |
TColumnValue._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
static Map<TColumnValue._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
TColumnValue() |
TColumnValue(TColumnValue._Fields setField,
Object value) |
TColumnValue(TColumnValue other) |
Modifier and Type | Method and Description |
---|---|
static TColumnValue |
boolVal(TBoolValue value) |
static TColumnValue |
byteVal(TByteValue value) |
protected void |
checkType(TColumnValue._Fields setField,
Object value) |
int |
compareTo(TColumnValue other) |
TColumnValue |
deepCopy() |
static TColumnValue |
doubleVal(TDoubleValue value) |
protected TColumnValue._Fields |
enumForId(short id) |
boolean |
equals(Object other) |
boolean |
equals(TColumnValue other) |
TColumnValue._Fields |
fieldForId(int fieldId) |
TBoolValue |
getBoolVal() |
TByteValue |
getByteVal() |
TDoubleValue |
getDoubleVal() |
protected org.apache.thrift.protocol.TField |
getFieldDesc(TColumnValue._Fields setField) |
TI16Value |
getI16Val() |
TI32Value |
getI32Val() |
TI64Value |
getI64Val() |
TStringValue |
getStringVal() |
protected org.apache.thrift.protocol.TStruct |
getStructDesc() |
int |
hashCode() |
static TColumnValue |
i16Val(TI16Value value) |
static TColumnValue |
i32Val(TI32Value value) |
static TColumnValue |
i64Val(TI64Value value) |
boolean |
isSetBoolVal() |
boolean |
isSetByteVal() |
boolean |
isSetDoubleVal() |
boolean |
isSetI16Val() |
boolean |
isSetI32Val() |
boolean |
isSetI64Val() |
boolean |
isSetStringVal() |
void |
setBoolVal(TBoolValue value) |
void |
setByteVal(TByteValue value) |
void |
setDoubleVal(TDoubleValue value) |
void |
setI16Val(TI16Value value) |
void |
setI32Val(TI32Value value) |
void |
setI64Val(TI64Value value) |
void |
setStringVal(TStringValue value) |
protected Object |
standardSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot,
org.apache.thrift.protocol.TField field) |
protected void |
standardSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) |
static TColumnValue |
stringVal(TStringValue value) |
protected Object |
tupleSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot,
short fieldID) |
protected void |
tupleSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<TColumnValue._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public TColumnValue()
public TColumnValue(TColumnValue._Fields setField, Object value)
public TColumnValue(TColumnValue other)
public TColumnValue deepCopy()
public static TColumnValue boolVal(TBoolValue value)
public static TColumnValue byteVal(TByteValue value)
public static TColumnValue i16Val(TI16Value value)
public static TColumnValue i32Val(TI32Value value)
public static TColumnValue i64Val(TI64Value value)
public static TColumnValue doubleVal(TDoubleValue value)
public static TColumnValue stringVal(TStringValue value)
protected void checkType(TColumnValue._Fields setField, Object value) throws ClassCastException
checkType
in class org.apache.thrift.TUnion<TColumnValue,TColumnValue._Fields>
ClassCastException
protected Object standardSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TField field) throws org.apache.thrift.TException
standardSchemeReadValue
in class org.apache.thrift.TUnion<TColumnValue,TColumnValue._Fields>
org.apache.thrift.TException
protected void standardSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
standardSchemeWriteValue
in class org.apache.thrift.TUnion<TColumnValue,TColumnValue._Fields>
org.apache.thrift.TException
protected Object tupleSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, short fieldID) throws org.apache.thrift.TException
tupleSchemeReadValue
in class org.apache.thrift.TUnion<TColumnValue,TColumnValue._Fields>
org.apache.thrift.TException
protected void tupleSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
tupleSchemeWriteValue
in class org.apache.thrift.TUnion<TColumnValue,TColumnValue._Fields>
org.apache.thrift.TException
protected org.apache.thrift.protocol.TField getFieldDesc(TColumnValue._Fields setField)
getFieldDesc
in class org.apache.thrift.TUnion<TColumnValue,TColumnValue._Fields>
protected org.apache.thrift.protocol.TStruct getStructDesc()
getStructDesc
in class org.apache.thrift.TUnion<TColumnValue,TColumnValue._Fields>
protected TColumnValue._Fields enumForId(short id)
enumForId
in class org.apache.thrift.TUnion<TColumnValue,TColumnValue._Fields>
public TColumnValue._Fields fieldForId(int fieldId)
public TBoolValue getBoolVal()
public void setBoolVal(TBoolValue value)
public TByteValue getByteVal()
public void setByteVal(TByteValue value)
public TI16Value getI16Val()
public void setI16Val(TI16Value value)
public TI32Value getI32Val()
public void setI32Val(TI32Value value)
public TI64Value getI64Val()
public void setI64Val(TI64Value value)
public TDoubleValue getDoubleVal()
public void setDoubleVal(TDoubleValue value)
public TStringValue getStringVal()
public void setStringVal(TStringValue value)
public boolean isSetBoolVal()
public boolean isSetByteVal()
public boolean isSetI16Val()
public boolean isSetI32Val()
public boolean isSetI64Val()
public boolean isSetDoubleVal()
public boolean isSetStringVal()
public boolean equals(TColumnValue other)
public int compareTo(TColumnValue other)
Copyright © 2017 The Apache Software Foundation. All rights reserved.