Uses of Class
org.apache.pig.parser.SourceLocation

Packages that use SourceLocation
org.apache.pig Public interfaces and classes for Pig. 
org.apache.pig.backend.hadoop.executionengine.physicalLayer Implementation of physical operators that use hadoop as the execution engine and data storage. 
org.apache.pig.impl.logicalLayer The logical operators that represent a pig script and tools for manipulating those operators. 
org.apache.pig.newplan   
org.apache.pig.newplan.logical.relational   
org.apache.pig.parser   
 

Uses of SourceLocation in org.apache.pig
 

Fields in org.apache.pig declared as SourceLocation
protected  SourceLocation PigException.sourceLocation
           
 

Methods in org.apache.pig that return SourceLocation
 SourceLocation PigException.getSourceLocation()
          Return the location in the source that generated the exception.
 

Methods in org.apache.pig with parameters of type SourceLocation
 void PigException.setSourceLocation(SourceLocation location)
           
 

Constructors in org.apache.pig with parameters of type SourceLocation
PigException(String message, int errCode, byte errSrc, boolean retry, String detailedMsg, SourceLocation location)
          Create a new PigException with the specified message and cause.
PigException(String message, int errCode, byte errSrc, boolean retry, String detailedMsg, Throwable cause, SourceLocation location)
          Create a new PigException with the specified message, error code, error source, retriable or not, detalied message for the developer and cause.
PigException(String message, int errCode, byte errSrc, SourceLocation location)
          Create a new PigException with the specified message and cause.
PigException(String message, int errCode, byte errSrc, Throwable cause, SourceLocation location)
          Create a new PigException with the specified message and cause.
PigException(String message, int errCode, SourceLocation location)
          Create a new PigException with the specified message and cause.
PigException(String message, int errCode, Throwable cause, SourceLocation location)
          Create a new PigException with the specified message and cause.
PigException(String message, SourceLocation location)
          Create a new PigException with the specified message.
 

Uses of SourceLocation in org.apache.pig.backend.hadoop.executionengine.physicalLayer
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer with parameters of type SourceLocation
 void PhysicalOperator.addOriginalLocation(String alias, SourceLocation sourceLocation)
           
 

Uses of SourceLocation in org.apache.pig.impl.logicalLayer
 

Constructors in org.apache.pig.impl.logicalLayer with parameters of type SourceLocation
FrontendException(String message, int errCode, byte errSrc, Throwable cause, SourceLocation location)
          Create a new FrontendException with the specified message and cause.
FrontendException(String message, int errCode, SourceLocation location)
          Create a new FrontendException with the specified message and cause.
 

Uses of SourceLocation in org.apache.pig.newplan
 

Fields in org.apache.pig.newplan declared as SourceLocation
protected  SourceLocation Operator.location
           
 

Methods in org.apache.pig.newplan that return SourceLocation
 SourceLocation Operator.getLocation()
           
 

Methods in org.apache.pig.newplan with parameters of type SourceLocation
 void Operator.setLocation(SourceLocation loc)
           
 

Uses of SourceLocation in org.apache.pig.newplan.logical.relational
 

Methods in org.apache.pig.newplan.logical.relational with parameters of type SourceLocation
 void LOInnerLoad.setLocation(SourceLocation loc)
           
 

Uses of SourceLocation in org.apache.pig.parser
 

Methods in org.apache.pig.parser with parameters of type SourceLocation
 String LogicalPlanBuilder.getLastRel(SourceLocation loc)
           
 

Constructors in org.apache.pig.parser with parameters of type SourceLocation
DuplicatedSchemaAliasException(org.antlr.runtime.IntStream input, SourceLocation loc, String alias)
           
InvalidCommandException(org.antlr.runtime.IntStream input, SourceLocation loc, String cmd)
           
InvalidPathException(org.antlr.runtime.IntStream input, SourceLocation loc, MalformedURLException ex)
           
InvalidScalarProjectionException(org.antlr.runtime.IntStream input, SourceLocation loc, ScalarExpression expr)
           
InvalidScalarProjectionException(org.antlr.runtime.IntStream input, SourceLocation loc, ScalarExpression expr, String msg)
          Constructor that takes an additional string to be concatenated with the exception message
NonProjectExpressionException(org.antlr.runtime.IntStream input, SourceLocation loc, LogicalExpression expr)
           
ParserException(String msg, SourceLocation location)
           
ParserValidationException(org.antlr.runtime.IntStream input, SourceLocation loc, Exception ex)
           
ParserValidationException(org.antlr.runtime.IntStream input, SourceLocation loc, String cause)
           
PigRecognitionException(org.antlr.runtime.IntStream input, SourceLocation loc)
           
PlanGenerationFailureException(org.antlr.runtime.IntStream input, SourceLocation loc, Exception ex)
           
SourceLocation(SourceLocation location)
           
UndefinedAliasException(org.antlr.runtime.IntStream input, SourceLocation loc, String alias)
           
 



Copyright © 2007-2012 The Apache Software Foundation