Serialized Form
serialVersionUID: 2L
className
String className
ctorArgs
String[] ctorArgs
inputArgsSchema
Schema inputArgsSchema
serialVersionUID: 1L
alias
String alias
index
int index
subFields
List<E> subFields
allSubFieldsRequired
boolean allSubFieldsRequired
type
byte type
serialVersionUID: 1L
fields
List<E> fields
allFieldsRequired
boolean allFieldsRequired
signature
String signature
serialVersionUID: 1L
errorCode
int errorCode
errorSource
byte errorSource
retriable
boolean retriable
detailedMessage
String detailedMessage
serialVersionUID: 1L
colName
String colName
colIndex
int colIndex
sortOrder
SortColInfo.Order sortOrder
serialVersionUID: 1L
isGloballySorted
boolean isGloballySorted
sortColInfoList
List<E> sortColInfoList
serialVersionUID: 1L
location
String location
schema
Schema schema
sortInfo
SortInfo sortInfo
Package org.apache.pig.backend |
serialVersionUID: 1L
Package org.apache.pig.backend.datastorage |
serialVersionUID: 1L
Package org.apache.pig.backend.executionengine |
serialVersionUID: 1L
serialVersionUID: 1L
readObject
private Object readObject(DataInput is)
throws IOException
- Throws:
IOException
writeObject
private void writeObject(Serializable obj,
DataOutput os)
throws IOException
- Throws:
IOException
file
String file
start
long start
length
long length
parser
FuncSpec parser
end
long end
Package org.apache.pig.backend.hadoop.datastorage |
serialVersionUID: 1L
Package org.apache.pig.backend.hadoop.executionengine.mapReduceLayer |
serialVersionUID: 1L
serialVersionUID: 1L
mapPlan
PhysicalPlan mapPlan
reducePlan
PhysicalPlan reducePlan
combinePlan
PhysicalPlan combinePlan
mapKeyType
byte mapKeyType
mapDone
boolean mapDone
reduceDone
boolean reduceDone
endOfAllInputInMap
boolean endOfAllInputInMap
endOfAllInputInReduce
boolean endOfAllInputInReduce
globalSort
boolean globalSort
limitAfterSort
boolean limitAfterSort
limitOnly
boolean limitOnly
needsDistinctCombiner
boolean needsDistinctCombiner
useSecondaryKey
boolean useSecondaryKey
quantFile
String quantFile
sortOrder
boolean[] sortOrder
secondarySortOrder
boolean[] secondarySortOrder
UDFs
List<E> UDFs
scope
String scope
frjoin
boolean frjoin
replFiles
FileSpec[] replFiles
fragment
int fragment
requestedParallelism
int requestedParallelism
limit
long limit
splitter
boolean splitter
skewedJoin
boolean skewedJoin
skewedJoinPartitionFile
String skewedJoinPartitionFile
serialVersionUID: 2L
Package org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.partitioners |
serialVersionUID: 1L
totalCount
long totalCount
serialVersionUID: 1L
Package org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans |
serialVersionUID: 1L
name
String name
plan
PhysicalPlan plan
code
int code
serialVersionUID: 1L
serialVersionUID: 1L
Package org.apache.pig.backend.hadoop.executionengine.physicalLayer |
serialVersionUID: 1L
serialVersionUID: 1L
log
org.apache.commons.logging.Log log
requestedParallelism
int requestedParallelism
inputs
List<E> inputs
outputs
List<E> outputs
resultType
byte resultType
parentPlan
PhysicalPlan parentPlan
inputAttached
boolean inputAttached
input
Tuple input
res
Result res
lineageTracer
LineageTracer lineageTracer
accum
boolean accum
serialVersionUID: 1L
returnStatus
byte returnStatus
result
Object result
Package org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators |
serialVersionUID: 1L
operandType
byte operandType
trueRef
Boolean trueRef
falseRef
Boolean falseRef
serialVersionUID: 1L
lhs
ExpressionOperator lhs
rhs
ExpressionOperator rhs
serialVersionUID: 1L
value
Object value
res
Result res
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
log
org.apache.commons.logging.Log log
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
cond
ExpressionOperator cond
lhs
ExpressionOperator lhs
rhs
ExpressionOperator rhs
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream is)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
loadFSpec
FuncSpec loadFSpec
castNotNeeded
boolean castNotNeeded
realType
Byte realType
serialVersionUID: 1L
serialVersionUID: 1L
key
String key
serialVersionUID: 1L
serialVersionUID: 1L
trueRes
Result trueRes
falseRes
Result falseRes
serialVersionUID: 1L
serialVersionUID: 1L
resultSingleTupleBag
boolean resultSingleTupleBag
columns
ArrayList<E> columns
processingBagOfTuples
boolean processingBagOfTuples
overloaded
boolean overloaded
star
boolean star
serialVersionUID: 1L
serialVersionUID: 1L
sendEmptyBagOnEOP
boolean sendEmptyBagOnEOP
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream is)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
funcSpec
FuncSpec funcSpec
t1
Tuple t1
t2
Tuple t2
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream is)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
funcSpec
FuncSpec funcSpec
origFSpec
FuncSpec origFSpec
initialized
boolean initialized
serialVersionUID: 1L
operandType
byte operandType
expr
ExpressionOperator expr
Package org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans |
serialVersionUID: 1L
endOfAllInput
boolean endOfAllInput
Package org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators |
serialVersionUID: 1L
plans
List<E> plans
leafOps
List<E> leafOps
keyType
byte keyType
output
Tuple output
outputBag
DataBag outputBag
prevKey
Object prevKey
serialVersionUID: 1L
mBags
boolean[] mBags
keyPositions
boolean[] keyPositions
keyLookup
Map<K,V> keyLookup
serialVersionUID: 1L
myPlans
ArrayList<E> myPlans
isKeyWrapped
ArrayList<E> isKeyWrapped
- If the POLocalRearranges corresponding to the reduce plans in
myPlans (the list of inner plans of the demux) have different key types
then the MultiQueryOptimizer converts all the keys to be of type tuple
by wrapping any non-tuple keys into Tuples (keys which are already tuples
are left alone).
The list below is a list of booleans indicating whether extra tuple wrapping
was done for the key in the corresponding POLocalRearranges and if we need
to "unwrap" the tuple to get to the key
keyPositions
ArrayList<E> keyPositions
- The list tracks the field position of the key in the input tuple so that
the right values are "unwrapped" to get the key.
The tuples emitted from POCombinerPackages always have keys in a fixed
position, but this position varies depending on the Pig Latin scripts.
getNext
boolean getNext
inpEOP
boolean inpEOP
curLeaf
PhysicalOperator curLeaf
sameMapKeyType
boolean sameMapKeyType
inCombiner
boolean inCombiner
processedSet
BitSet processedSet
serialVersionUID: 1L
inputsAccumulated
boolean inputsAccumulated
distinctBag
DataBag distinctBag
serialVersionUID: 1L
plan
PhysicalPlan plan
comOp
PhysicalOperator comOp
compOperandType
byte compOperandType
serialVersionUID: 1L
inputPlans
List<E> inputPlans
opsToBeReset
List<E> opsToBeReset
processingPlan
boolean processingPlan
bags
Object[] bags
data
Object[] data
resultTypes
byte[] resultTypes
isToBeFlattenedArray
boolean[] isToBeFlattenedArray
tIn
ExampleTuple tIn
noItems
int noItems
planLeafOps
PhysicalOperator[] planLeafOps
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream is)
throws IOException,
ClassNotFoundException,
ExecException
- Throws:
IOException
ClassNotFoundException
ExecException
fragment
int fragment
phyPlanLists
List<E> phyPlanLists
keyTypes
List<E> keyTypes
LRs
POLocalRearrange[] LRs
replFiles
FileSpec[] replFiles
constExps
ConstantExpression[] constExps
fe
POForEach fe
replicates
Map<K,V>[] replicates
processingPlan
boolean processingPlan
dumTup
Tuple dumTup
setUp
boolean setUp
isLeftOuterJoin
boolean isLeftOuterJoin
nullBag
DataBag nullBag
serialVersionUID: 1L
serialVersionUID: 1L
forEach
POOptimizedForEach forEach
newKey
boolean newKey
res
Tuple res
lastInputTuple
boolean lastInputTuple
chunkSize
long chunkSize
forEachResult
Result forEachResult
dbs
DataBag[] dbs
lastBagIndex
int lastBagIndex
serialVersionUID: 1L
soFar
long soFar
mLimit
long mLimit
serialVersionUID: 1L
lFile
FileSpec lFile
pc
PigContext pc
setUpDone
boolean setUpDone
splittable
boolean splittable
offset
long offset
signature
String signature
serialVersionUID: 1L
plans
List<E> plans
secondaryPlans
List<E> secondaryPlans
leafOps
List<E> leafOps
secondaryLeafOps
List<E> secondaryLeafOps
index
byte index
keyType
byte keyType
mainKeyType
byte mainKeyType
secondaryKeyType
byte secondaryKeyType
mIsDistinct
boolean mIsDistinct
isCross
boolean isCross
mProjectedColsMap
Map<K,V> mProjectedColsMap
mSecondaryProjectedColsMap
Map<K,V> mSecondaryProjectedColsMap
mFakeTuple
Tuple mFakeTuple
mProjectStar
boolean mProjectStar
mSecondaryProjectStar
boolean mSecondaryProjectStar
isKeyTuple
boolean isKeyTuple
isSecondaryKeyTuple
boolean isSecondaryKeyTuple
mProjectedColsMapSize
int mProjectedColsMapSize
mSecondaryProjectedColsMapSize
int mSecondaryProjectedColsMapSize
minValuePositions
ArrayList<E> minValuePositions
minValuePositionsSize
int minValuePositionsSize
lrOutput
Tuple lrOutput
useSecondaryKey
boolean useSecondaryKey
serialVersionUID: 1L
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream is)
throws IOException,
ClassNotFoundException,
ExecException
- Throws:
IOException
ClassNotFoundException
ExecException
firstTime
boolean firstTime
LRs
POLocalRearrange[] LRs
opKey
OperatorKey opKey
prevLeftKey
Object prevLeftKey
prevLeftInp
Result prevLeftInp
prevRightKey
Object prevRightKey
prevRightInp
Result prevRightInp
doingJoin
boolean doingJoin
rightLoaderFuncSpec
FuncSpec rightLoaderFuncSpec
rightInputFileName
String rightInputFileName
leftTuples
List<E> leftTuples
inpPlans
MultiMap<K,V> inpPlans
rightPipelineLeaf
PhysicalOperator rightPipelineLeaf
rightPipelineRoot
PhysicalOperator rightPipelineRoot
noInnerPlanOnRightSide
boolean noInnerPlanOnRightSide
pc
PigContext pc
curJoinKey
Object curJoinKey
curJoiningRightTup
Tuple curJoiningRightTup
counter
int counter
leftTupSize
int leftTupSize
rightTupSize
int rightTupSize
arrayListSize
int arrayListSize
signature
String signature
serialVersionUID: 1L
packages
List<E> packages
serialVersionUID: 1L
serialVersionUID: 1L
key
Object key
isKeyTuple
boolean isKeyTuple
keyAsTuple
Tuple keyAsTuple
keyType
byte keyType
numInputs
int numInputs
useSecondaryKey
boolean useSecondaryKey
inner
boolean[] inner
distinct
boolean distinct
keyInfo
Map<K,V> keyInfo
serialVersionUID: 1L
serialVersionUID: 1L
partitionFile
String partitionFile
totalReducers
Integer totalReducers
loaded
boolean loaded
serialVersionUID: 1L
plans
List<E> plans
leafOps
List<E> leafOps
keyType
byte keyType
serialVersionUID: 1L
bag
DataBag bag
serialVersionUID: 1L
mInnerFlags
boolean[] mInnerFlags
mJoinPlans
MultiMap<K,V> mJoinPlans
serialVersionUID: 1L
sortPlans
List<E> sortPlans
ExprOutputTypes
List<E> ExprOutputTypes
mAscCols
List<E> mAscCols
mSortFunc
POUserComparisonFunc mSortFunc
mComparator
Comparator<T> mComparator
inputsAccumulated
boolean inputsAccumulated
limit
long limit
isUDFComparatorUsed
boolean isUDFComparatorUsed
sortedBag
DataBag sortedBag
sortInfo
SortInfo sortInfo
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
splitStore
FileSpec splitStore
myPlans
List<E> myPlans
processedSet
BitSet processedSet
inpEOP
boolean inpEOP
serialVersionUID: 1L
sFile
FileSpec sFile
schema
Schema schema
isTmpStore
boolean isTmpStore
lFile
FileSpec lFile
sortInfo
SortInfo sortInfo
serialVersionUID: 2L
executableManagerStr
String executableManagerStr
command
StreamingCommand command
properties
Properties properties
initialized
boolean initialized
binaryOutputQueue
BlockingQueue<E> binaryOutputQueue
binaryInputQueue
BlockingQueue<E> binaryInputQueue
allInputFromPredecessorConsumed
boolean allInputFromPredecessorConsumed
allOutputFromBinaryProcessed
boolean allOutputFromBinaryProcessed
serialVersionUID: 1L
done
BitSet done
nextReturnEOP
boolean nextReturnEOP
lastInd
int lastInd
Package org.apache.pig.backend.hadoop.hbase |
serialVersionUID: 9035916017187148965L
m_tableName
byte[] m_tableName
- Table Name
m_startRow
byte[] m_startRow
- Table Start Row
m_endRow
byte[] m_endRow
- Table End Row
m_regionLocation
String m_regionLocation
- Table Region Location
m_inputColumns
byte[][] m_inputColumns
- Input Columns
Package org.apache.pig.backend.local.executionengine.physicalLayer.counters |
serialVersionUID: 1L
count
long count
Package org.apache.pig.backend.local.executionengine.physicalLayer.relationalOperators |
serialVersionUID: 1L
data
Tuple[] data
inner
boolean[] inner
serialVersionUID: 1L
inputBags
DataBag[] inputBags
data
Tuple[] data
serialVersionUID: 1L
data
DataBag data
processingDone
boolean processingDone
serialVersionUID: 1L
compOp
PhysicalOperator compOp
compPlan
PhysicalPlan compPlan
serialVersionUID: 2L
Package org.apache.pig.data |
serialVersionUID: 1L
index
int index
serialVersionUID: 2L
amendKey
Object amendKey
serialVersionUID: 1L
mData
byte[] mData
mContents
Collection<E> mContents
mSpillFiles
ArrayList<E> mSpillFiles
mSize
long mSize
mMemSizeChanged
boolean mMemSizeChanged
mMemSize
long mMemSize
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 2L
serialVersionUID: 2L
isNull
boolean isNull
mFields
List<E> mFields
serialVersionUID: 2L
serialVersionUID: 1L
serialVersionUID: 2L
serialVersionUID: 1L
serialVersionUID: 2L
serialVersionUID: 1L
mContents
List<E> mContents
serialVersionUID: 2L
pkg
POPackageLite pkg
key
Object key
serialVersionUID: 1L
item
Tuple item
serialVersionUID: 2L
mReadStarted
boolean mReadStarted
serialVersionUID: 2L
t
Tuple t
targetOps
List<E> targetOps
isNull
boolean isNull
serialVersionUID: 2L
timestamp
double timestamp
heartbeat
boolean heartbeat
Package org.apache.pig.impl |
serialVersionUID: 1L
execType
ExecType execType
conf
Properties conf
jobName
String jobName
properties
Properties properties
definedFunctions
Map<K,V> definedFunctions
- a table mapping function names to function specs.
definedCommands
Map<K,V> definedCommands
- a table mapping names to streaming commands.
log4jProperties
Properties log4jProperties
defaultLogLevel
org.apache.log4j.Level defaultLogLevel
defaultParallel
int defaultParallel
inExplain
boolean inExplain
last_alias
String last_alias
skippedShipPaths
List<E> skippedShipPaths
Package org.apache.pig.impl.io |
serialVersionUID: 2L
fileName
String fileName
funcSpec
FuncSpec funcSpec
serialVersionUID: 1L
Package org.apache.pig.impl.logicalLayer |
serialVersionUID: 2L
serialVersionUID: 2L
mIsFieldSchemaComputed
boolean mIsFieldSchemaComputed
mFieldSchema
Schema.FieldSchema mFieldSchema
serialVersionUID: 1L
serialVersionUID: 2L
serialVersionUID: 2L
serialVersionUID: 2L
serialVersionUID: 2L
mLoadFuncSpec
FuncSpec mLoadFuncSpec
userSpecifiedFieldSchema
Schema.FieldSchema userSpecifiedFieldSchema
serialVersionUID: 2L
mIsInner
boolean[] mIsInner
- Cogroup contains a list of logical operators corresponding to the
relational operators and a list of generates for each relational
operator. Each generate operator in turn contains a list of expressions
for the columns that are projected
mGroupByPlans
MultiMap<K,V> mGroupByPlans
mGroupType
LOCogroup.GROUPTYPE mGroupType
serialVersionUID: 2L
mValue
Object mValue
serialVersionUID: 2L
mSchemaInputMapping
List<E> mSchemaInputMapping
serialVersionUID: 1L
serialVersionUID: 2L
serialVersionUID: 2L
serialVersionUID: 2L
serialVersionUID: 2L
mComparisonPlan
LogicalPlan mComparisonPlan
serialVersionUID: 2L
mForEachPlans
ArrayList<E> mForEachPlans
- The foreach operator supports nested query plans. At this point its one
level of nesting. Foreach can have a list of operators that need to be
applied over the input.
mFlatten
ArrayList<E> mFlatten
mUserDefinedSchema
ArrayList<E> mUserDefinedSchema
mSchemaPlanMapping
List<E> mSchemaPlanMapping
serialVersionUID: 2L
mGeneratePlans
ArrayList<E> mGeneratePlans
- The projection list of this generate.
mFlatten
ArrayList<E> mFlatten
mUserDefinedSchema
ArrayList<E> mUserDefinedSchema
serialVersionUID: 2L
mSchema
Schema mSchema
- Schema that defines the output of this operator.
mIsSchemaComputed
boolean mIsSchemaComputed
- A boolean variable to remember if the schema has been computed
mType
byte mType
- Datatype of this output of this operator. Operators start out with data
type set to UNKNOWN, and have it set for them by the type checker.
mRequestedParallelism
int mRequestedParallelism
- Requested level of parallelism for this operation.
mAlias
String mAlias
- Name of the record set that results from this operator.
mPlan
LogicalPlan mPlan
- Logical plan that this operator is a part of.
mProjectionMap
ProjectionMap mProjectionMap
- ProjectionMap of this operator.
mIsProjectionMapComputed
boolean mIsProjectionMapComputed
- A boolean variable to remember if the projection map has been computed
serialVersionUID: 2L
serialVersionUID: 2L
serialVersionUID: 2L
serialVersionUID: 2L
serialVersionUID: 2L
mJoinPlans
MultiMap<K,V> mJoinPlans
mInnerFlags
boolean[] mInnerFlags
mJoinType
LOJoin.JOINTYPE mJoinType
mSchemaInputMapping
List<E> mSchemaInputMapping
serialVersionUID: 2L
serialVersionUID: 2L
serialVersionUID: 2L
mLimit
long mLimit
serialVersionUID: 2L
splittable
boolean splittable
mInputFileSpec
FileSpec mInputFileSpec
mSchemaFile
String mSchemaFile
mEnforcedSchema
Schema mEnforcedSchema
mExecType
ExecType mExecType
mDeterminedSchema
Schema mDeterminedSchema
requiredFieldList
LoadFunc.RequiredFieldList requiredFieldList
serialVersionUID: 2L
mMapKey
String mMapKey
- The key to lookup along with the type and schema corresponding to the
type and schema of the value linked to the key
mValueType
byte mValueType
mValueSchema
Schema mValueSchema
serialVersionUID: 2L
serialVersionUID: 2L
serialVersionUID: 2L
serialVersionUID: 2L
serialVersionUID: 2L
serialVersionUID: 2L
serialVersionUID: 2L
mExp
LogicalOperator mExp
- The expression and the column to be projected.
mProjection
List<E> mProjection
mIsStar
boolean mIsStar
mSentinel
boolean mSentinel
mOverloaded
boolean mOverloaded
sendEmptyBagOnEOP
boolean sendEmptyBagOnEOP
serialVersionUID: 2L
serialVersionUID: 2L
mAscCols
List<E> mAscCols
mSortFunc
FuncSpec mSortFunc
mIsStar
boolean mIsStar
limit
long limit
mSortColPlans
List<E> mSortColPlans
serialVersionUID: 2L
mOutputs
ArrayList<E> mOutputs
serialVersionUID: 2L
mIndex
int mIndex
mCondPlan
LogicalPlan mCondPlan
serialVersionUID: 2L
mOutputFile
FileSpec mOutputFile
mInputSpec
FileSpec mInputSpec
serialVersionUID: 2L
command
StreamingCommand command
serialVersionUID: 2L
serialVersionUID: 2L
stagingPrunedColumns
List<E> stagingPrunedColumns
serialVersionUID: 2L
mFuncSpec
FuncSpec mFuncSpec
serialVersionUID: 2L
serialVersionUID: 2L
Package org.apache.pig.impl.logicalLayer.schema |
serialVersionUID: 2L
mFields
List<E> mFields
mAliases
Map<K,V> mAliases
mFieldSchemas
MultiMap<K,V> mFieldSchemas
twoLevelAccessRequired
boolean twoLevelAccessRequired
serialVersionUID: 2L
alias
String alias
- Alias for this field.
type
byte type
- Datatype, using codes from
DataType
.
schema
Schema schema
- If this is a tuple itself, it can have a schema. Otherwise this field
must be null.
canonicalName
String canonicalName
- Canonical name. This name uniquely identifies a field throughout
the query. Unlike a an alias, it cannot be changed. It will
change when the field is transformed in some way (such as being
used in an arithmetic expression or passed to a udf). At that
point a new canonical name will be generated for the field.
serialVersionUID: 1L
Package org.apache.pig.impl.logicalLayer.validators |
serialVersionUID: 1L
Package org.apache.pig.impl.plan |
serialVersionUID: 1L
mKey
OperatorKey mKey
- OperatorKey associated with this operator. This key is used to find the
operator in an OperatorPlan.
serialVersionUID: 1L
scope
String scope
id
long id
mOps
Map<K,V> mOps
mKeys
Map<K,V> mKeys
mFromEdges
MultiMap<K,V> mFromEdges
mToEdges
MultiMap<K,V> mToEdges
mRoots
List<E> mRoots
mLeaves
List<E> mLeaves
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
Package org.apache.pig.impl.plan.optimizer |
serialVersionUID: 1L
serialVersionUID: 2L
mNodeClass
Class<T> mNodeClass
mNodeType
RuleOperator.NodeType mNodeType
serialVersionUID: 2L
Package org.apache.pig.impl.streaming |
serialVersionUID: 1L
executable
String executable
argv
String[] argv
shipSpec
List<E> shipSpec
cacheSpec
List<E> cacheSpec
handleSpecs
Map<K,V> handleSpecs
- Map from the the stdin/stdout/stderr handles to their specifications
persistStderr
boolean persistStderr
logDir
String logDir
logFilesLimit
int logFilesLimit
shipFiles
boolean shipFiles
pigContext
PigContext pigContext
serialVersionUID: 1L
name
String name
spec
String spec
Package org.apache.pig.impl.util |
serialVersionUID: 1L
serialVersionUID: 2L
mMap
Map<K,V> mMap
serialVersionUID: 1L
first
Object first
second
Object second
Package org.apache.pig.pen.util |
serialVersionUID: 2L
synthetic
boolean synthetic
omittable
boolean omittable
t
Tuple t
Package org.apache.pig.tools.parameters |
Class org.apache.pig.tools.parameters.ParseException extends Exception implements Serializable |
serialVersionUID: 1L
currentToken
org.apache.pig.tools.parameters.Token currentToken
expectedTokenSequences
int[][] expectedTokenSequences
tokenImage
String[] tokenImage
eol
String eol
Class org.apache.pig.tools.parameters.Token extends Object implements Serializable |
serialVersionUID: 1L
kind
int kind
beginLine
int beginLine
beginColumn
int beginColumn
endLine
int endLine
endColumn
int endColumn
image
String image
next
org.apache.pig.tools.parameters.Token next
specialToken
org.apache.pig.tools.parameters.Token specialToken
Class org.apache.pig.tools.parameters.TokenMgrError extends Error implements Serializable |
serialVersionUID: 1L
errorCode
int errorCode
Copyright © ${year} The Apache Software Foundation