Uses of Class
com.cloudera.crunch.type.PGroupedTableType

Packages that use PGroupedTableType
com.cloudera.crunch.impl.mr.plan   
com.cloudera.crunch.type   
com.cloudera.crunch.type.avro   
com.cloudera.crunch.type.writable   
 

Uses of PGroupedTableType in com.cloudera.crunch.impl.mr.plan
 

Methods in com.cloudera.crunch.impl.mr.plan with parameters of type PGroupedTableType
static
<K,V> DoNode
DoNode.createGroupingNode(String name, PGroupedTableType<K,V> ptype)
           
 

Uses of PGroupedTableType in com.cloudera.crunch.type
 

Methods in com.cloudera.crunch.type that return PGroupedTableType
 PGroupedTableType<K,V> PTableType.getGroupedTableType()
          Returns the grouped table version of this type.
 

Uses of PGroupedTableType in com.cloudera.crunch.type.avro
 

Subclasses of PGroupedTableType in com.cloudera.crunch.type.avro
 class AvroGroupedTableType<K,V>
           
 

Methods in com.cloudera.crunch.type.avro that return PGroupedTableType
 PGroupedTableType<K,V> AvroTableType.getGroupedTableType()
           
 

Uses of PGroupedTableType in com.cloudera.crunch.type.writable
 

Subclasses of PGroupedTableType in com.cloudera.crunch.type.writable
 class WritableGroupedTableType<K,V>
           
 



Copyright © 2012. All Rights Reserved.