Package | Description |
---|---|
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer | |
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.partitioners | |
org.apache.pig.backend.hadoop.executionengine.physicalLayer |
Implementation of physical operators that use hadoop as the execution engine
and data storage.
|
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators | |
org.apache.pig.backend.hadoop.executionengine.tez.util | |
org.apache.pig.builtin |
This package contains builtin Pig UDFs.
|
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.
|
org.apache.pig.impl.builtin | |
org.apache.pig.piggybank.storage | |
org.apache.pig.scripting.jruby |
Modifier and Type | Field and Description |
---|---|
protected TupleFactory |
PigGenericMapBase.tf |
Modifier and Type | Field and Description |
---|---|
protected static TupleFactory |
SkewedPartitioner.tf |
Modifier and Type | Field and Description |
---|---|
protected static TupleFactory |
PhysicalOperator.mTupleFactory |
Modifier and Type | Field and Description |
---|---|
protected static TupleFactory |
Packager.mTupleFactory |
protected static TupleFactory |
POCollectedGroup.mTupleFactory |
Modifier and Type | Method and Description |
---|---|
static Map<Object,Pair<Integer,Integer>> |
TezRuntimeUtil.readReduceMapFromSample(TupleFactory tf) |
Modifier and Type | Field and Description |
---|---|
protected TupleFactory |
Utf8StorageConverter.mTupleFactory |
Modifier and Type | Class and Description |
---|---|
class |
BinSedesTupleFactory
Default implementation of TupleFactory.
|
class |
DefaultTupleFactory
Deprecated.
Use
TupleFactory |
Modifier and Type | Method and Description |
---|---|
static TupleFactory |
TupleFactory.getInstance()
Get a reference to the singleton factory.
|
Modifier and Type | Field and Description |
---|---|
protected static TupleFactory |
IsFirstReduceOfKey.tf |
Modifier and Type | Field and Description |
---|---|
protected TupleFactory |
SequenceFileLoader.mTupleFactory |
protected TupleFactory |
HiveColumnarLoader.tupleFactory |
Modifier and Type | Field and Description |
---|---|
protected static TupleFactory |
JrubyAlgebraicEvalFunc.mTupleFactory |
Copyright © 2007-2017 The Apache Software Foundation