com.cloudera.crunch.type
Class PTypeUtils

java.lang.Object
  extended by com.cloudera.crunch.type.PTypeUtils

public class PTypeUtils
extends Object

Utilities for converting between PTypes from different PTypeFamily implementations.


Method Summary
static
<T> PType<T>
convert(PType<T> ptype, PTypeFamily tf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

convert

public static <T> PType<T> convert(PType<T> ptype,
                                   PTypeFamily tf)


Copyright © 2012. All Rights Reserved.