Package org.apache.hcatalog.data

Interface Summary
HCatRecordable Interface that determines whether we can implement a HCatRecord on top of it
 

Class Summary
DataType  
DefaultHCatRecord  
HCatRecord Abstract class exposing get and set semantics for basic record usage.
HCatRecordObjectInspector  
HCatRecordObjectInspectorFactory ObjectInspectorFactory for HCatRecordObjectInspectors (and associated helper inspectors)
HCatRecordSerDe SerDe class for serializing to and from HCatRecord
JsonSerDe  
LazyHCatRecord An implementation of HCatRecord that wraps an Object returned by a SerDe and an ObjectInspector.
Pair<T,U> Copy of C++ STL pair container.
ReaderWriter