Uses of Class
org.apache.pig.data.InternalMap

Packages that use InternalMap
org.apache.pig.data This package contains implementations of Pig specific data types as well as support functions for reading, writing, and using all Pig data types. 
org.apache.pig.piggybank.storage.hiverc   
 

Uses of InternalMap in org.apache.pig.data
 

Methods in org.apache.pig.data that return InternalMap
static InternalMap DataReaderWriter.bytesToInternalMap(DataInput in)
           
 

Uses of InternalMap in org.apache.pig.piggybank.storage.hiverc
 

Methods in org.apache.pig.piggybank.storage.hiverc that return InternalMap
static InternalMap HiveRCSchemaUtil.parseLazyMapToPigMap(org.apache.hadoop.hive.serde2.lazy.LazyMap map)
          Converts the LazyMap to a InternalMap.
 



Copyright © 2012 The Apache Software Foundation