Uses of Class
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.ColumnChainInfo

Packages that use ColumnChainInfo
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer   
 

Uses of ColumnChainInfo in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer
 

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer that return types with arguments of type ColumnChainInfo
 List<ColumnChainInfo> SortKeyInfo.getColumnChains()
           
 

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with parameters of type ColumnChainInfo
 void ColumnChainInfo.insertColumnChainInfo(ColumnChainInfo columnChainInfo)
           
 void SortKeyInfo.insertColumnChainInfo(int index, ColumnChainInfo columnChainInfo, boolean asc)
           
 



Copyright © 2007-2012 The Apache Software Foundation