Serialized Form
Package org.apache.hadoop.hive.serde2 |
serialVersionUID: 1L
Package org.apache.hadoop.hive.serde2.avro |
Class org.apache.hadoop.hive.serde2.avro.AvroSerializer.SerializeToAvroException extends AvroSerdeException implements Serializable |
schema
org.apache.avro.Schema schema
record
org.apache.avro.generic.GenericData.Record record
Package org.apache.hadoop.hive.serde2.dynamic_type |
types_by_id
Map<K,V> types_by_id
types_by_column_name
Map<K,V> types_by_column_name
ordered_types
DynamicSerDeTypeBase[] ordered_types
ordered_column_id_by_name
Map<K,V> ordered_column_id_by_name
isRealThrift
boolean isRealThrift
- Indicates whether fields can be out of order or missing. i.e., is it really
real thrift serialization. This is used by dynamicserde to do some
optimizations if it knows all the fields exist and are required and are
serialized in order. For now, those optimizations are only done for
DynamicSerDe serialized data so always set to false for now.
fieldsPresent
boolean[] fieldsPresent
field
org.apache.thrift.protocol.TField field
fieldList
DynamicSerDeFieldList fieldList
serialVersionUID: 1L
FD_KEYTYPE
byte FD_KEYTYPE
FD_VALUETYPE
byte FD_VALUETYPE
serializeMap
org.apache.thrift.protocol.TMap serializeMap
tset
org.apache.thrift.protocol.TSet tset
- NOTE: Set is not supported by Hive yet. The code uses ListObjectInspector
right now. We need to change it to SetObjectInspector when that is done.
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create this object
and thereby affects the semantics of the "getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If this object
has been created due to a parse error, the token followng this token will
(therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array of integers
represents a sequence of tokens (by their ordinal values) that is expected
at this point of the parse.
tokenImage
String[] tokenImage
- This is a reference to the "tokenImage" array of the generated parser
within which the parse error occurred. This array is defined in the
generated ...Constants interface.
eol
String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have one of the
above 4 values.
Package org.apache.hadoop.hive.serde2.thrift |
Package org.apache.hadoop.hive.serde2.typeinfo |
serialVersionUID: 1L
length
int length
serialVersionUID: 1L
serialVersionUID: 1L
precision
int precision
scale
int scale
serialVersionUID: 1L
listElementTypeInfo
TypeInfo listElementTypeInfo
serialVersionUID: 1L
mapKeyTypeInfo
TypeInfo mapKeyTypeInfo
mapValueTypeInfo
TypeInfo mapValueTypeInfo
serialVersionUID: 1L
typeName
String typeName
serialVersionUID: 1L
allStructFieldNames
ArrayList<E> allStructFieldNames
allStructFieldTypeInfos
ArrayList<E> allStructFieldTypeInfos
serialVersionUID: 1L
serialVersionUID: 1L
allUnionObjectTypeInfos
List<E> allUnionObjectTypeInfos
serialVersionUID: 1L
Copyright © 2014 The Apache Software Foundation. All rights reserved.