Uses of Class
org.apache.pig.data.SchemaTuple

Packages that use SchemaTuple
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators   
org.apache.pig.data This package contains implementations of Pig specific data types as well as support functions for reading, writing, and using all Pig data types. 
 

Uses of SchemaTuple in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators that return SchemaTuple
static SchemaTuple<?> POMergeJoin.TuplesToSchemaTupleList.convert(Tuple t, SchemaTupleFactory tf)
           
 

Uses of SchemaTuple in org.apache.pig.data
 

Classes in org.apache.pig.data with type parameters of type SchemaTuple
 class SchemaTuple<T extends SchemaTuple<T>>
          A SchemaTuple is a type aware tuple that is much faster and more memory efficient.
 

Subclasses of SchemaTuple in org.apache.pig.data
 class AppendableSchemaTuple<T extends AppendableSchemaTuple<T>>
           
 

Methods in org.apache.pig.data that return SchemaTuple
protected abstract  SchemaTuple<T> SchemaTuple.generatedCodeSet(SchemaTuple<?> t, boolean checkType)
           
protected abstract  SchemaTuple<T> SchemaTuple.generatedCodeSetSpecific(T t)
           
 SchemaTuple<?> SchemaTupleFactory.newTuple()
           
 SchemaTuple<?> SchemaTupleFactory.newTuple(int size)
           
 SchemaTuple<T> SchemaTuple.set(List<Object> l)
           
 SchemaTuple<T> AppendableSchemaTuple.set(List<Object> l)
           
 SchemaTuple<T> SchemaTuple.set(SchemaTuple<?> t)
           
protected  SchemaTuple<T> SchemaTuple.set(SchemaTuple<?> t, boolean checkType)
           
protected  SchemaTuple<T> AppendableSchemaTuple.set(SchemaTuple<?> t, boolean checkType)
           
 SchemaTuple<T> SchemaTuple.set(Tuple t)
           
protected  SchemaTuple<T> SchemaTuple.set(Tuple t, boolean checkType)
           
protected  SchemaTuple<T> SchemaTuple.setSpecific(T t)
           
protected  SchemaTuple<T> AppendableSchemaTuple.setSpecific(T t)
           
 

Methods in org.apache.pig.data that return types with arguments of type SchemaTuple
 Class<SchemaTuple<?>> SchemaTupleFactory.tupleClass()
           
 

Methods in org.apache.pig.data with parameters of type SchemaTuple
protected  int SchemaTuple.compare(boolean usNull, SchemaTuple<?> usVal, boolean themNull, Object themVal)
           
protected  int SchemaTuple.compareElementAtPos(int val, SchemaTuple<?> t, int pos)
           
 int SchemaTuple.compareTo(SchemaTuple<?> t)
           
protected  int SchemaTuple.compareTo(SchemaTuple<?> t, boolean checkType)
           
protected  int AppendableSchemaTuple.compareTo(SchemaTuple<?> t, boolean checkType)
           
protected  int SchemaTuple.compareWithElementAtPos(boolean isNull, BigDecimal val, SchemaTuple<?> t, int pos)
           
protected  int SchemaTuple.compareWithElementAtPos(boolean isNull, BigInteger val, SchemaTuple<?> t, int pos)
           
protected  int SchemaTuple.compareWithElementAtPos(boolean isNull, boolean val, SchemaTuple<?> t, int pos)
           
protected  int SchemaTuple.compareWithElementAtPos(boolean isNull, byte[] val, SchemaTuple<?> t, int pos)
           
protected  int SchemaTuple.compareWithElementAtPos(boolean isNull, DataBag val, SchemaTuple<?> t, int pos)
           
protected  int SchemaTuple.compareWithElementAtPos(boolean isNull, org.joda.time.DateTime val, SchemaTuple<?> t, int pos)
           
protected  int SchemaTuple.compareWithElementAtPos(boolean isNull, double val, SchemaTuple<?> t, int pos)
           
protected  int SchemaTuple.compareWithElementAtPos(boolean isNull, float val, SchemaTuple<?> t, int pos)
           
protected  int SchemaTuple.compareWithElementAtPos(boolean isNull, int val, SchemaTuple<?> t, int pos)
           
protected  int SchemaTuple.compareWithElementAtPos(boolean isNull, long val, SchemaTuple<?> t, int pos)
           
protected  int SchemaTuple.compareWithElementAtPos(boolean isNull, Map<String,Object> val, SchemaTuple<?> t, int pos)
           
protected  int SchemaTuple.compareWithElementAtPos(boolean isNull, SchemaTuple<?> val, SchemaTuple<?> t, int pos)
           
protected  int SchemaTuple.compareWithElementAtPos(boolean isNull, SchemaTuple<?> val, SchemaTuple<?> t, int pos)
           
protected  int SchemaTuple.compareWithElementAtPos(boolean isNull, String val, SchemaTuple<?> t, int pos)
           
protected abstract  int SchemaTuple.generatedCodeCompareTo(SchemaTuple<?> t, boolean checkType)
           
protected abstract  SchemaTuple<T> SchemaTuple.generatedCodeSet(SchemaTuple<?> t, boolean checkType)
           
 SchemaTuple<T> SchemaTuple.set(SchemaTuple<?> t)
           
protected  SchemaTuple<T> SchemaTuple.set(SchemaTuple<?> t, boolean checkType)
           
protected  SchemaTuple<T> AppendableSchemaTuple.set(SchemaTuple<?> t, boolean checkType)
           
 void SchemaTuple.setAndCatch(SchemaTuple<?> t)
           
protected static void SchemaTuple.write(DataOutput out, SchemaTuple<?> t)
           
 

Constructor parameters in org.apache.pig.data with type arguments of type SchemaTuple
SchemaTupleFactory(Class<SchemaTuple<?>> clazz, SchemaTuple.SchemaTupleQuickGenerator<? extends SchemaTuple<?>> generator)
           
SchemaTupleFactory(Class<SchemaTuple<?>> clazz, SchemaTuple.SchemaTupleQuickGenerator<? extends SchemaTuple<?>> generator)
           
 



Copyright © 2007-2012 The Apache Software Foundation