Uses of Class
org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe.SerDeParameters

Packages that use LazySimpleSerDe.SerDeParameters
org.apache.hadoop.hive.serde2   
org.apache.hadoop.hive.serde2.lazy   
 

Uses of LazySimpleSerDe.SerDeParameters in org.apache.hadoop.hive.serde2
 

Methods in org.apache.hadoop.hive.serde2 with parameters of type LazySimpleSerDe.SerDeParameters
protected  void DelimitedJSONSerDe.serializeField(ByteStream.Output out, Object obj, ObjectInspector objInspector, LazySimpleSerDe.SerDeParameters serdeParams)
           
 

Uses of LazySimpleSerDe.SerDeParameters in org.apache.hadoop.hive.serde2.lazy
 

Methods in org.apache.hadoop.hive.serde2.lazy that return LazySimpleSerDe.SerDeParameters
static LazySimpleSerDe.SerDeParameters LazySimpleSerDe.initSerdeParams(Configuration job, Properties tbl, String serdeName)
           
 

Methods in org.apache.hadoop.hive.serde2.lazy with parameters of type LazySimpleSerDe.SerDeParameters
static void LazyUtils.extractColumnInfo(Properties tbl, LazySimpleSerDe.SerDeParameters serdeParams, String serdeName)
           
protected  void LazySimpleSerDe.serializeField(ByteStream.Output out, Object obj, ObjectInspector objInspector, LazySimpleSerDe.SerDeParameters serdeParams)
           
 



Copyright © 2012 The Apache Software Foundation