Uses of Interface
org.apache.pig.StoreCaster

Packages that use StoreCaster
org.apache.pig Public interfaces and classes for Pig. 
org.apache.pig.backend.hadoop.hbase   
org.apache.pig.builtin This package contains builtin Pig UDFs. 
 

Uses of StoreCaster in org.apache.pig
 

Subinterfaces of StoreCaster in org.apache.pig
 interface LoadStoreCaster
          This is just a union interface of LoadCaster and StoreCaster, made available for simplicity.
 

Uses of StoreCaster in org.apache.pig.backend.hadoop.hbase
 

Classes in org.apache.pig.backend.hadoop.hbase that implement StoreCaster
 class HBaseBinaryConverter
           
 

Uses of StoreCaster in org.apache.pig.builtin
 

Classes in org.apache.pig.builtin that implement StoreCaster
 class Utf8StorageConverter
          This abstract class provides standard conversions between utf8 encoded data and pig data types.
 



Copyright © 2012 The Apache Software Foundation