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(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) |
Modifier and Type | Method and Description |
---|---|
Class<SchemaTuple<?>> |
SchemaTupleFactory.tupleClass() |
Modifier and Type | Method and Description |
---|---|
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 and Description |
---|
SchemaTupleFactory(Class<SchemaTuple<?>> clazz,
SchemaTuple.SchemaTupleQuickGenerator<? extends SchemaTuple<?>> generator) |
SchemaTupleFactory(Class<SchemaTuple<?>> clazz,
SchemaTuple.SchemaTupleQuickGenerator<? extends SchemaTuple<?>> generator) |
Copyright © 2007-2017 The Apache Software Foundation