Uses of Class
org.apache.pig.impl.plan.MapKeysInfo

Packages that use MapKeysInfo
org.apache.pig.impl.plan   
 

Uses of MapKeysInfo in org.apache.pig.impl.plan
 

Methods in org.apache.pig.impl.plan that return MapKeysInfo
 MapKeysInfo RequiredFields.getMapKeysInfo(int i)
          Get the ith MapKeysInfo structure
 

Methods in org.apache.pig.impl.plan with parameters of type MapKeysInfo
 void RequiredFields.mergeMapKeysInfo(int input, int column, MapKeysInfo mapKeysInfo)
          Merge a MapKeysInfo structure to existing required map keys list
 void RequiredFields.setMapKeysInfo(int input, int column, MapKeysInfo mapKeysInfo)
          Set a MapKeysInfo structure to the required map keys list
 void RequiredFields.setMapKeysInfo(int i, MapKeysInfo mapKeysInfo)
          Set the ith MapKeysInfo structure
 



Copyright © 2012 The Apache Software Foundation