| Package | Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| static SchemaTuple<?> | POMergeJoin.TuplesToSchemaTupleList. convert(Tuple t,
       SchemaTupleFactory tf) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SchemaTuple<T extends SchemaTuple<T>>A SchemaTuple is a type aware tuple that is much faster and more memory efficient. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AppendableSchemaTuple<T extends AppendableSchemaTuple<T>> | 
| Modifier and Type | Method and Description | 
|---|---|
| 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(java.util.List<java.lang.Object> l) | 
| SchemaTuple<T> | AppendableSchemaTuple. set(java.util.List<java.lang.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) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Class<SchemaTuple<?>> | SchemaTupleFactory. tupleClass() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected int | SchemaTuple. compare(boolean usNull,
       SchemaTuple<?> usVal,
       boolean themNull,
       java.lang.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,
                       java.math.BigDecimal val,
                       SchemaTuple<?> t,
                       int pos) | 
| protected int | SchemaTuple. compareWithElementAtPos(boolean isNull,
                       java.math.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,
                       java.util.Map<java.lang.String,java.lang.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,
                       java.lang.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(java.io.DataOutput out,
     SchemaTuple<?> t) | 
| Constructor and Description | 
|---|
| SchemaTupleFactory(java.lang.Class<SchemaTuple<?>> clazz,
                  SchemaTuple.SchemaTupleQuickGenerator<? extends SchemaTuple<?>> generator) | 
| SchemaTupleFactory(java.lang.Class<SchemaTuple<?>> clazz,
                  SchemaTuple.SchemaTupleQuickGenerator<? extends SchemaTuple<?>> generator) | 
Copyright © 2007-2025 The Apache Software Foundation