|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SerDeException | |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.ql.exec | Hive QL execution tasks, operators, functions and other handlers. |
org.apache.hadoop.hive.ql.exec.persistence | |
org.apache.hadoop.hive.ql.io | |
org.apache.hadoop.hive.ql.io.orc | The Optimized Row Columnar (ORC) File Format. |
org.apache.hadoop.hive.ql.parse | |
org.apache.hadoop.hive.serde2 | |
org.apache.hadoop.hive.serde2.avro | |
org.apache.hadoop.hive.serde2.binarysortable | |
org.apache.hadoop.hive.serde2.columnar | |
org.apache.hadoop.hive.serde2.dynamic_type | |
org.apache.hadoop.hive.serde2.lazy | |
org.apache.hadoop.hive.serde2.lazybinary | |
org.apache.hadoop.hive.serde2.objectinspector | |
org.apache.hadoop.hive.serde2.objectinspector.primitive | |
org.apache.hadoop.hive.serde2.thrift | |
org.apache.hadoop.hive.serde2.typeinfo | This package provides the implementation of the SerDe type system. |
Uses of SerDeException in org.apache.hadoop.hive.metastore |
---|
Methods in org.apache.hadoop.hive.metastore that throw SerDeException | |
---|---|
static List<FieldSchema> |
MetaStoreUtils.getFieldsFromDeserializer(String tableName,
Deserializer deserializer)
|
Uses of SerDeException in org.apache.hadoop.hive.ql.exec |
---|
Methods in org.apache.hadoop.hive.ql.exec that throw SerDeException | |
---|---|
void |
MapJoinOperator.generateMapMetaData()
|
static StructObjectInspector |
PTFPartition.setupPartitionOutputOI(SerDe serDe,
StructObjectInspector tblFnOI)
|
Uses of SerDeException in org.apache.hadoop.hive.ql.exec.persistence |
---|
Methods in org.apache.hadoop.hive.ql.exec.persistence that throw SerDeException | |
---|---|
void |
MapJoinRowContainer.read(MapJoinObjectSerDeContext context,
ObjectInputStream in,
Writable container)
|
void |
MapJoinKey.read(MapJoinObjectSerDeContext context,
ObjectInputStream in,
Writable container)
|
static void |
TestPTFRowContainer.setupClass()
|
void |
TestPTFRowContainer.testLargeBlockSize()
|
void |
TestPTFRowContainer.testSmallBlockSize()
|
void |
MapJoinRowContainer.write(MapJoinObjectSerDeContext context,
ObjectOutputStream out)
|
void |
MapJoinKey.write(MapJoinObjectSerDeContext context,
ObjectOutputStream out)
|
Constructors in org.apache.hadoop.hive.ql.exec.persistence that throw SerDeException | |
---|---|
MapJoinObjectSerDeContext(SerDe serde,
boolean hasFilter)
|
Uses of SerDeException in org.apache.hadoop.hive.ql.io |
---|
Methods in org.apache.hadoop.hive.ql.io that throw SerDeException | |
---|---|
void |
TestRCFile.fullyReadTest(FileSystem fs,
int count,
Path file)
|
void |
TestRCFile.testExplicitRCFileHeader()
|
void |
TestRCFile.testNonExplicitRCFileHeader()
|
void |
TestRCFile.testRCFileHeader(char[] expected,
Configuration conf)
|
void |
TestRCFile.testReadCorruptFile()
|
void |
TestRCFile.testSimpleReadAndWrite()
|
void |
TestRCFile.testWriteAndFullyRead()
|
void |
TestRCFile.testWriteAndPartialRead()
|
Uses of SerDeException in org.apache.hadoop.hive.ql.io.orc |
---|
Methods in org.apache.hadoop.hive.ql.io.orc that throw SerDeException | |
---|---|
Object |
OrcSerde.deserialize(Writable writable)
|
ObjectInspector |
OrcSerde.getObjectInspector()
|
Uses of SerDeException in org.apache.hadoop.hive.ql.parse |
---|
Methods in org.apache.hadoop.hive.ql.parse that throw SerDeException | |
---|---|
protected static SerDe |
PTFTranslator.createLazyBinarySerDe(Configuration cfg,
StructObjectInspector oi,
Map<String,String> serdePropsMap)
|
Uses of SerDeException in org.apache.hadoop.hive.serde2 |
---|
Methods in org.apache.hadoop.hive.serde2 that throw SerDeException | |
---|---|
Object |
CustomSerDe1.deserialize(Writable blob)
|
Object |
CustomSerDe2.deserialize(Writable blob)
|
Object |
TestSerDe.deserialize(Writable field)
|
Object |
RegexSerDe.deserialize(Writable blob)
|
Object |
MetadataTypedColumnsetSerDe.deserialize(Writable field)
|
Object |
Deserializer.deserialize(Writable blob)
Deprecated. Deserialize an object out of a Writable blob. |
Object |
ByteStreamTypedSerDe.deserialize(Writable field)
|
abstract Object |
AbstractDeserializer.deserialize(Writable blob)
Deserialize an object out of a Writable blob. |
Object |
NullStructSerDe.deserialize(Writable blob)
|
Object |
DelimitedJSONSerDe.deserialize(Writable field)
Not implemented. |
Object |
TypedSerDe.deserialize(Writable blob)
|
abstract Object |
AbstractSerDe.deserialize(Writable blob)
Deserialize an object out of a Writable blob. |
ObjectInspector |
CustomSerDe1.getObjectInspector()
|
ObjectInspector |
CustomSerDe2.getObjectInspector()
|
ObjectInspector |
TestSerDe.getObjectInspector()
|
ObjectInspector |
RegexSerDe.getObjectInspector()
|
ObjectInspector |
MetadataTypedColumnsetSerDe.getObjectInspector()
|
ObjectInspector |
Deserializer.getObjectInspector()
Deprecated. Get the object inspector that can be used to navigate through the internal structure of the Object returned from deserialize(...). |
abstract ObjectInspector |
AbstractDeserializer.getObjectInspector()
Get the object inspector that can be used to navigate through the internal structure of the Object returned from deserialize(...). |
ObjectInspector |
NullStructSerDe.getObjectInspector()
|
ObjectInspector |
TypedSerDe.getObjectInspector()
|
abstract ObjectInspector |
AbstractSerDe.getObjectInspector()
Get the object inspector that can be used to navigate through the internal structure of the Object returned from deserialize(...). |
void |
CustomSerDe1.initialize(Configuration conf,
Properties tbl)
|
void |
CustomSerDe2.initialize(Configuration conf,
Properties tbl)
|
void |
CustomSerDe3.initialize(Configuration conf,
Properties tbl)
|
void |
TestSerDe.initialize(Configuration job,
Properties tbl)
|
void |
RegexSerDe.initialize(Configuration conf,
Properties tbl)
|
void |
Serializer.initialize(Configuration conf,
Properties tbl)
Deprecated. Initialize the HiveSerializer. |
void |
MetadataTypedColumnsetSerDe.initialize(Configuration job,
Properties tbl)
|
void |
Deserializer.initialize(Configuration conf,
Properties tbl)
Deprecated. Initialize the HiveDeserializer. |
abstract void |
AbstractSerializer.initialize(Configuration conf,
Properties tbl)
Initialize the HiveSerializer. |
abstract void |
AbstractDeserializer.initialize(Configuration conf,
Properties tbl)
Initialize the HiveDeserializer. |
void |
NullStructSerDe.initialize(Configuration conf,
Properties tbl)
|
void |
TypedSerDe.initialize(Configuration job,
Properties tbl)
|
abstract void |
AbstractSerDe.initialize(Configuration conf,
Properties tbl)
Initialize the HiveSerializer. |
static Deserializer |
SerDeUtils.lookupDeserializer(String name)
|
Writable |
CustomSerDe1.serialize(Object obj,
ObjectInspector objInspector)
|
Writable |
CustomSerDe2.serialize(Object obj,
ObjectInspector objInspector)
|
Writable |
TestSerDe.serialize(Object obj,
ObjectInspector objInspector)
|
Writable |
RegexSerDe.serialize(Object obj,
ObjectInspector objInspector)
|
Writable |
Serializer.serialize(Object obj,
ObjectInspector objInspector)
Deprecated. Serialize an object by navigating inside the Object with the ObjectInspector. |
Writable |
MetadataTypedColumnsetSerDe.serialize(Object obj,
ObjectInspector objInspector)
|
abstract Writable |
AbstractSerializer.serialize(Object obj,
ObjectInspector objInspector)
Serialize an object by navigating inside the Object with the ObjectInspector. |
Writable |
NullStructSerDe.serialize(Object obj,
ObjectInspector objInspector)
|
Writable |
TypedSerDe.serialize(Object obj,
ObjectInspector objInspector)
|
abstract Writable |
AbstractSerDe.serialize(Object obj,
ObjectInspector objInspector)
Serialize an object by navigating inside the Object with the ObjectInspector. |
protected void |
DelimitedJSONSerDe.serializeField(ByteStream.Output out,
Object obj,
ObjectInspector objInspector,
LazySimpleSerDe.SerDeParameters serdeParams)
|
void |
TestSerdeWithFieldComments.testFieldComments()
|
Constructors in org.apache.hadoop.hive.serde2 that throw SerDeException | |
---|---|
ByteStreamTypedSerDe(Type objectType)
|
|
DelimitedJSONSerDe()
|
|
MetadataTypedColumnsetSerDe()
|
|
TestSerDe()
|
|
TypedSerDe(Type objectType)
|
Uses of SerDeException in org.apache.hadoop.hive.serde2.avro |
---|
Subclasses of SerDeException in org.apache.hadoop.hive.serde2.avro | |
---|---|
class |
AvroSerdeException
|
class |
BadSchemaException
|
Methods in org.apache.hadoop.hive.serde2.avro that throw SerDeException | |
---|---|
void |
TestAvroSerde.badSchemaURLProvidedReturnsErrorSchema()
|
void |
TestAvroSerde.bothPropertiesSetToNoneReturnsErrorSchema()
|
void |
TestAvroDeserializer.canDeserializeArrays()
|
void |
TestAvroDeserializer.canDeserializeBytes()
|
void |
TestAvroDeserializer.canDeserializeEnums()
|
void |
TestAvroDeserializer.canDeserializeFixed()
|
void |
TestAvroDeserializer.canDeserializeMapsWithPrimitiveKeys()
|
void |
TestAvroDeserializer.canDeserializeMapWithNullablePrimitiveValues()
|
void |
TestAvroDeserializer.canDeserializeNullableEnums()
|
void |
TestAvroDeserializer.canDeserializeNullableTypes()
|
void |
TestAvroDeserializer.canDeserializeRecords()
|
void |
TestAvroDeserializer.canDeserializeUnions()
|
void |
TestAvroDeserializer.canDeserializeVoidType()
|
void |
TestAvroObjectInspectorGenerator.canHandleArrays()
|
void |
TestAvroObjectInspectorGenerator.canHandleBytes()
|
void |
TestAvroObjectInspectorGenerator.canHandleEnums()
|
void |
TestAvroObjectInspectorGenerator.canHandleFixed()
|
void |
TestAvroObjectInspectorGenerator.canHandleMapsWithPrimitiveValueTypes()
|
void |
TestAvroObjectInspectorGenerator.canHandleRecords()
|
void |
TestAvroObjectInspectorGenerator.canHandleUnions()
|
void |
TestAvroSerializer.canSerializeArraysWithNullableComplexElements()
|
void |
TestAvroSerializer.canSerializeArraysWithNullablePrimitiveElements()
|
void |
TestAvroSerializer.canSerializeBooleans()
|
void |
TestAvroSerializer.canSerializeBytes()
|
void |
TestAvroSerializer.canSerializeDoubles()
|
void |
TestAvroSerializer.canSerializeEnums()
|
void |
TestAvroSerializer.canSerializeFixed()
|
void |
TestAvroSerializer.canSerializeFloats()
|
void |
TestAvroSerializer.canSerializeInts()
|
void |
TestAvroSerializer.canSerializeLists()
|
void |
TestAvroSerializer.canSerializeMaps()
|
void |
TestAvroSerializer.canSerializeMapsWithNullableComplexValues()
|
void |
TestAvroSerializer.canSerializeMapsWithNullablePrimitiveValues()
|
void |
TestAvroSerializer.canSerializeNullableBytes()
|
void |
TestAvroSerializer.canSerializeNullableEnums()
|
void |
TestAvroSerializer.canSerializeNullableFixed()
|
void |
TestAvroSerializer.canSerializeNullableLists()
|
void |
TestAvroSerializer.canSerializeNullableMaps()
|
void |
TestAvroSerializer.canSerializeNullablePrimitiveTypes()
|
void |
TestAvroSerializer.canSerializeNullableRecords()
|
void |
TestAvroSerializer.canSerializeRecordsWithNullableComplexElements()
|
void |
TestAvroSerializer.canSerializeStrings()
|
void |
TestAvroSerializer.canSerializeStructs()
|
void |
TestAvroSerializer.canSerializeUnions()
|
void |
TestAvroObjectInspectorGenerator.convertsMapsWithNullablePrimitiveTypes()
|
void |
TestAvroObjectInspectorGenerator.convertsNullableEnum()
|
void |
TestAvroObjectInspectorGenerator.convertsNullableTypes()
|
Object |
AvroSerDe.deserialize(Writable writable)
|
void |
TestAvroSerde.emptySchemaProvidedReturnsErrorSchema()
|
void |
TestAvroSerde.emptySchemaURLProvidedReturnsErrorSchema()
|
ObjectInspector |
AvroSerDe.getObjectInspector()
|
void |
TestAvroSerde.gibberishSchemaProvidedReturnsErrorSchema()
|
void |
AvroSerDe.initialize(Configuration configuration,
Properties properties)
|
void |
TestAvroSerde.initializeDoesNotReuseSchemasFromConf()
|
void |
TestAvroSerde.noSchemaProvidedReturnsErrorSchema()
|
void |
TestAvroObjectInspectorGenerator.objectInspectorsAreCached()
|
void |
TestAvroObjectInspectorGenerator.primitiveTypesWorkCorrectly()
|
void |
TestSchemaReEncoder.schemasCanAddFields()
|
Writable |
AvroSerDe.serialize(Object o,
ObjectInspector objectInspector)
|
Uses of SerDeException in org.apache.hadoop.hive.serde2.binarysortable |
---|
Methods in org.apache.hadoop.hive.serde2.binarysortable that throw SerDeException | |
---|---|
Object |
BinarySortableSerDe.deserialize(Writable blob)
|
ObjectInspector |
BinarySortableSerDe.getObjectInspector()
|
void |
BinarySortableSerDe.initialize(Configuration conf,
Properties tbl)
|
Writable |
BinarySortableSerDe.serialize(Object obj,
ObjectInspector objInspector)
|
Uses of SerDeException in org.apache.hadoop.hive.serde2.columnar |
---|
Methods in org.apache.hadoop.hive.serde2.columnar that throw SerDeException | |
---|---|
Object |
ColumnarSerDeBase.deserialize(Writable blob)
|
ObjectInspector |
ColumnarSerDeBase.getObjectInspector()
|
void |
LazyBinaryColumnarSerDe.initialize(Configuration conf,
Properties tbl)
|
void |
ColumnarSerDe.initialize(Configuration job,
Properties tbl)
Initialize the SerDe given the parameters. |
protected void |
ColumnarSerDeBase.initialize(int size)
|
Writable |
LazyBinaryColumnarSerDe.serialize(Object obj,
ObjectInspector objInspector)
|
Writable |
ColumnarSerDe.serialize(Object obj,
ObjectInspector objInspector)
Serialize a row of data. |
void |
TestLazyBinaryColumnarSerDe.testLazyBinaryColumnarSerDeWithEmptyBinary()
|
void |
TestLazyBinaryColumnarSerDe.testSerDe()
|
void |
TestLazyBinaryColumnarSerDe.testSerDeEmpties()
|
void |
TestLazyBinaryColumnarSerDe.testSerDeInnerNulls()
|
void |
TestLazyBinaryColumnarSerDe.testSerDeOuterNulls()
|
Constructors in org.apache.hadoop.hive.serde2.columnar that throw SerDeException | |
---|---|
ColumnarSerDe()
|
Uses of SerDeException in org.apache.hadoop.hive.serde2.dynamic_type |
---|
Methods in org.apache.hadoop.hive.serde2.dynamic_type that throw SerDeException | |
---|---|
ArrayList<Object> |
DynamicSerDeTypeList.deserialize(Object reuse,
org.apache.thrift.protocol.TProtocol iprot)
|
Object |
DynamicSerDeTypei32.deserialize(Object reuse,
org.apache.thrift.protocol.TProtocol iprot)
|
Object |
DynamicSerDeTypeSet.deserialize(Object reuse,
org.apache.thrift.protocol.TProtocol iprot)
NOTE: Set is not supported by Hive yet. |
abstract Object |
DynamicSerDeTypeBase.deserialize(Object reuse,
org.apache.thrift.protocol.TProtocol iprot)
|
Object |
DynamicSerDeTypeDouble.deserialize(Object reuse,
org.apache.thrift.protocol.TProtocol iprot)
|
Object |
DynamicSerDeTypei16.deserialize(Object reuse,
org.apache.thrift.protocol.TProtocol iprot)
|
Object |
DynamicSerDeTypeString.deserialize(Object reuse,
org.apache.thrift.protocol.TProtocol iprot)
|
Object |
DynamicSerDeTypeBool.deserialize(Object reuse,
org.apache.thrift.protocol.TProtocol iprot)
|
Object |
DynamicSerDeStructBase.deserialize(Object reuse,
org.apache.thrift.protocol.TProtocol iprot)
|
Object |
DynamicSerDeFieldList.deserialize(Object reuse,
org.apache.thrift.protocol.TProtocol iprot)
|
Object |
DynamicSerDeTypeByte.deserialize(Object reuse,
org.apache.thrift.protocol.TProtocol iprot)
|
Map<Object,Object> |
DynamicSerDeTypeMap.deserialize(Object reuse,
org.apache.thrift.protocol.TProtocol iprot)
|
Object |
DynamicSerDeTypei64.deserialize(Object reuse,
org.apache.thrift.protocol.TProtocol iprot)
|
Object |
DynamicSerDeTypedef.deserialize(Object reuse,
org.apache.thrift.protocol.TProtocol iprot)
|
String |
DynamicSerDeTypeString.deserialize(org.apache.thrift.protocol.TProtocol iprot)
|
Byte |
DynamicSerDeTypeByte.deserialize(org.apache.thrift.protocol.TProtocol iprot)
|
Object |
DynamicSerDe.deserialize(Writable field)
|
static ObjectInspector |
DynamicSerDe.dynamicSerDeStructBaseToObjectInspector(DynamicSerDeTypeBase bt)
|
ObjectInspector |
DynamicSerDe.getObjectInspector()
|
Class |
DynamicSerDeTypeBase.getRealType()
|
void |
DynamicSerDe.initialize(Configuration job,
Properties tbl)
|
Writable |
DynamicSerDe.serialize(Object obj,
ObjectInspector objInspector)
|
void |
DynamicSerDeTypeList.serialize(Object o,
ObjectInspector oi,
org.apache.thrift.protocol.TProtocol oprot)
|
void |
DynamicSerDeTypei32.serialize(Object o,
ObjectInspector oi,
org.apache.thrift.protocol.TProtocol oprot)
|
void |
DynamicSerDeTypeSet.serialize(Object o,
ObjectInspector oi,
org.apache.thrift.protocol.TProtocol oprot)
|
abstract void |
DynamicSerDeTypeBase.serialize(Object o,
ObjectInspector oi,
org.apache.thrift.protocol.TProtocol oprot)
|
void |
DynamicSerDeTypeDouble.serialize(Object o,
ObjectInspector oi,
org.apache.thrift.protocol.TProtocol oprot)
|
void |
DynamicSerDeTypei16.serialize(Object o,
ObjectInspector oi,
org.apache.thrift.protocol.TProtocol oprot)
|
void |
DynamicSerDeTypeString.serialize(Object o,
ObjectInspector oi,
org.apache.thrift.protocol.TProtocol oprot)
|
void |
DynamicSerDeTypeBool.serialize(Object o,
ObjectInspector oi,
org.apache.thrift.protocol.TProtocol oprot)
|
void |
DynamicSerDeStructBase.serialize(Object o,
ObjectInspector oi,
org.apache.thrift.protocol.TProtocol oprot)
serialize The way to serialize a Thrift "table" which in thrift land is really a function and thus this class's name. |
void |
DynamicSerDeFieldList.serialize(Object o,
ObjectInspector oi,
org.apache.thrift.protocol.TProtocol oprot)
|
void |
DynamicSerDeTypeByte.serialize(Object o,
ObjectInspector oi,
org.apache.thrift.protocol.TProtocol oprot)
|
void |
DynamicSerDeTypeMap.serialize(Object o,
ObjectInspector oi,
org.apache.thrift.protocol.TProtocol oprot)
|
void |
DynamicSerDeTypei64.serialize(Object o,
ObjectInspector oi,
org.apache.thrift.protocol.TProtocol oprot)
|
void |
DynamicSerDeTypedef.serialize(Object o,
ObjectInspector oi,
org.apache.thrift.protocol.TProtocol oprot)
|
Uses of SerDeException in org.apache.hadoop.hive.serde2.lazy |
---|
Methods in org.apache.hadoop.hive.serde2.lazy that throw SerDeException | |
---|---|
static ObjectInspector |
LazyFactory.createColumnarStructInspector(List<String> columnNames,
List<TypeInfo> columnTypes,
byte[] separators,
Text nullSequence,
boolean escaped,
byte escapeChar)
Create a hierarchical ObjectInspector for ColumnarStruct with the given columnNames and columnTypeInfos. |
static ObjectInspector |
LazyFactory.createLazyObjectInspector(TypeInfo typeInfo,
byte[] separator,
int separatorIndex,
Text nullSequence,
boolean escaped,
byte escapeChar)
Create a hierarchical ObjectInspector for LazyObject with the given typeInfo. |
static ObjectInspector |
LazyFactory.createLazyStructInspector(List<String> columnNames,
List<TypeInfo> typeInfos,
byte[] separators,
Text nullSequence,
boolean lastColumnTakesRest,
boolean escaped,
byte escapeChar)
Create a hierarchical ObjectInspector for LazyStruct with the given columnNames and columnTypeInfos. |
Object |
LazySimpleSerDe.deserialize(Writable field)
Deserialize a row from the Writable to a LazyObject. |
static void |
LazyUtils.extractColumnInfo(Properties tbl,
LazySimpleSerDe.SerDeParameters serdeParams,
String serdeName)
|
ObjectInspector |
LazySimpleSerDe.getObjectInspector()
Returns the ObjectInspector for the row. |
void |
LazySimpleSerDe.initialize(Configuration job,
Properties tbl)
Initialize the SerDe given the parameters. |
static LazySimpleSerDe.SerDeParameters |
LazySimpleSerDe.initSerdeParams(Configuration job,
Properties tbl,
String serdeName)
|
static void |
LazySimpleSerDe.serialize(ByteStream.Output out,
Object obj,
ObjectInspector objInspector,
byte[] separators,
int level,
Text nullSequence,
boolean escaped,
byte escapeChar,
boolean[] needsEscape)
Serialize the row into the StringBuilder. |
Writable |
LazySimpleSerDe.serialize(Object obj,
ObjectInspector objInspector)
Serialize a row of data. |
protected void |
LazySimpleSerDe.serializeField(ByteStream.Output out,
Object obj,
ObjectInspector objInspector,
LazySimpleSerDe.SerDeParameters serdeParams)
|
Constructors in org.apache.hadoop.hive.serde2.lazy that throw SerDeException | |
---|---|
LazySimpleSerDe()
|
Uses of SerDeException in org.apache.hadoop.hive.serde2.lazybinary |
---|
Methods in org.apache.hadoop.hive.serde2.lazybinary that throw SerDeException | |
---|---|
Object |
LazyBinarySerDe.deserialize(Writable field)
Deserialize a table record to a lazybinary struct. |
ObjectInspector |
LazyBinarySerDe.getObjectInspector()
Returns the ObjectInspector for the row. |
void |
LazyBinarySerDe.initialize(Configuration conf,
Properties tbl)
Initialize the SerDe with configuration and table information. |
static boolean |
LazyBinarySerDe.serialize(ByteStream.Output byteStream,
Object obj,
ObjectInspector objInspector,
boolean skipLengthPrefix,
boolean warnedOnceNullMapKey)
A recursive function that serialize an object to a byte buffer based on its object inspector. |
Writable |
LazyBinarySerDe.serialize(Object obj,
ObjectInspector objInspector)
Serialize an object to a byte buffer in a binary compact way. |
Constructors in org.apache.hadoop.hive.serde2.lazybinary that throw SerDeException | |
---|---|
LazyBinarySerDe()
|
Uses of SerDeException in org.apache.hadoop.hive.serde2.objectinspector |
---|
Methods in org.apache.hadoop.hive.serde2.objectinspector that throw SerDeException | |
---|---|
void |
TestSimpleMapEqualComparer.testCompatibleType()
|
void |
TestCrossMapEqualComparer.testCompatibleType()
|
void |
TestSimpleMapEqualComparer.testIncompatibleType()
|
void |
TestCrossMapEqualComparer.testIncompatibleType()
|
Uses of SerDeException in org.apache.hadoop.hive.serde2.objectinspector.primitive |
---|
Methods in org.apache.hadoop.hive.serde2.objectinspector.primitive that throw SerDeException | |
---|---|
static BaseTypeParams |
PrimitiveObjectInspectorUtils.PrimitiveTypeEntry.createTypeParams(String typeName,
String[] parameters)
|
Uses of SerDeException in org.apache.hadoop.hive.serde2.thrift |
---|
Methods in org.apache.hadoop.hive.serde2.thrift that throw SerDeException | |
---|---|
Object |
ThriftDeserializer.deserialize(Writable field)
|
Object |
ThriftByteStreamTypedSerDe.deserialize(Writable field)
|
ObjectInspector |
ThriftDeserializer.getObjectInspector()
|
void |
ThriftDeserializer.initialize(Configuration job,
Properties tbl)
|
void |
ThriftByteStreamTypedSerDe.initialize(Configuration job,
Properties tbl)
|
Constructors in org.apache.hadoop.hive.serde2.thrift that throw SerDeException | |
---|---|
ThriftByteStreamTypedSerDe(Type objectType,
org.apache.thrift.protocol.TProtocolFactory inFactory,
org.apache.thrift.protocol.TProtocolFactory outFactory)
|
Uses of SerDeException in org.apache.hadoop.hive.serde2.typeinfo |
---|
Methods in org.apache.hadoop.hive.serde2.typeinfo that throw SerDeException | |
---|---|
void |
VarcharTypeParams.populateParams(String[] params)
|
abstract void |
BaseTypeParams.populateParams(String[] params)
|
void |
BaseTypeParams.set(String[] params)
|
void |
VarcharTypeParams.validateParams()
|
abstract void |
BaseTypeParams.validateParams()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |