|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FrontendException | |
---|---|
org.apache.pig | Public interfaces and classes for Pig. |
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer | |
org.apache.pig.backend.hadoop.executionengine.physicalLayer | Implementation of physical operators that use hadoop as the execution engine and data storage. |
org.apache.pig.builtin | |
org.apache.pig.data | Data types for Pig. |
org.apache.pig.impl.logicalLayer | The logical operators that represent a pig script and tools for manipulating those operators. |
org.apache.pig.impl.logicalLayer.optimizer | |
org.apache.pig.impl.logicalLayer.schema | |
org.apache.pig.impl.logicalLayer.validators | |
org.apache.pig.impl.plan | |
org.apache.pig.impl.plan.optimizer |
Uses of FrontendException in org.apache.pig |
---|
Methods in org.apache.pig that throw FrontendException | |
---|---|
List<FuncSpec> |
EvalFunc.getArgToFuncMapping()
|
void |
PigServer.printAliases()
|
Uses of FrontendException in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer |
---|
Subclasses of FrontendException in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer | |
---|---|
class |
JobCreationException
|
class |
MRCompilerException
|
Uses of FrontendException in org.apache.pig.backend.hadoop.executionengine.physicalLayer |
---|
Subclasses of FrontendException in org.apache.pig.backend.hadoop.executionengine.physicalLayer | |
---|---|
class |
LogicalToPhysicalTranslatorException
|
Uses of FrontendException in org.apache.pig.builtin |
---|
Methods in org.apache.pig.builtin that throw FrontendException | |
---|---|
List<FuncSpec> |
AVG.getArgToFuncMapping()
|
List<FuncSpec> |
CONCAT.getArgToFuncMapping()
|
List<FuncSpec> |
MAX.getArgToFuncMapping()
|
List<FuncSpec> |
MIN.getArgToFuncMapping()
|
List<FuncSpec> |
SIZE.getArgToFuncMapping()
|
List<FuncSpec> |
SUM.getArgToFuncMapping()
|
Uses of FrontendException in org.apache.pig.data |
---|
Methods in org.apache.pig.data that throw FrontendException | |
---|---|
static Schema.FieldSchema |
DataType.determineFieldSchema(Object o)
Determine the field schema of an object |
Uses of FrontendException in org.apache.pig.impl.logicalLayer |
---|
Uses of FrontendException in org.apache.pig.impl.logicalLayer.optimizer |
---|
Methods in org.apache.pig.impl.logicalLayer.optimizer that throw FrontendException | |
---|---|
protected void |
LogicalTransformer.fixUpContainedPlans(LogicalOperator after,
LogicalOperator newNode,
LogicalOperator before,
Map<Integer,Integer> projectionMapping)
Once a node has been inserted, inner plans associated with other nodes may have references to the node that has been replaced or moved. |
protected void |
LogicalTransformer.insertAfter(LogicalOperator after,
LogicalOperator newNode,
Map<Integer,Integer> projectionMapping)
Insert a node in after an existing nodes. |
protected void |
LogicalTransformer.insertBetween(LogicalOperator after,
LogicalOperator newNode,
LogicalOperator before,
Map<Integer,Integer> projectionMapping)
Insert a node in between two existing nodes. |
protected void |
LogicalTransformer.rebuildSchemas()
Rebuild schemas after a rule has transformed the tree. |
protected void |
LogicalTransformer.removeFromChain(LogicalOperator nodeToRemove,
Map<Integer,Integer> projectionMapping)
Remove a node in the middle of a linear chain. |
Uses of FrontendException in org.apache.pig.impl.logicalLayer.schema |
---|
Subclasses of FrontendException in org.apache.pig.impl.logicalLayer.schema | |
---|---|
class |
SchemaMergeException
|
Methods in org.apache.pig.impl.logicalLayer.schema that throw FrontendException | |
---|---|
static Schema |
Schema.generateNestedSchema(byte topLevelType,
byte... innerTypes)
|
Schema.FieldSchema |
Schema.getField(int fieldNum)
Given a field number, find the associated FieldSchema. |
Schema.FieldSchema |
Schema.getField(String alias)
Given an alias name, find the associated FieldSchema. |
int |
Schema.getPosition(String alias)
Given an alias, find the associated position of the field schema. |
void |
Schema.reconcile(Schema other)
Reconcile this schema with another schema. |
static void |
Schema.stringifySchema(StringBuilder sb,
Schema schema,
byte type)
|
Constructors in org.apache.pig.impl.logicalLayer.schema that throw FrontendException | |
---|---|
Schema.FieldSchema(String a,
Schema s,
byte t)
Constructor for tuple fields. |
Uses of FrontendException in org.apache.pig.impl.logicalLayer.validators |
---|
Subclasses of FrontendException in org.apache.pig.impl.logicalLayer.validators | |
---|---|
class |
TypeCheckerException
|
Uses of FrontendException in org.apache.pig.impl.plan |
---|
Subclasses of FrontendException in org.apache.pig.impl.plan | |
---|---|
class |
PlanException
|
class |
PlanValidationException
|
class |
VisitorException
|
Uses of FrontendException in org.apache.pig.impl.plan.optimizer |
---|
Subclasses of FrontendException in org.apache.pig.impl.plan.optimizer | |
---|---|
class |
OptimizerException
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |