Uses of Class
org.apache.pig.impl.eval.EvalSpec

Packages that use EvalSpec
org.apache.pig.backend.hadoop.executionengine   
org.apache.pig.backend.hadoop.executionengine.mapreduceExec   
org.apache.pig.backend.local.executionengine   
org.apache.pig.data   
org.apache.pig.impl.eval   
org.apache.pig.impl.eval.cond   
org.apache.pig.impl.eval.window   
org.apache.pig.impl.logicalLayer   
 

Uses of EvalSpec in org.apache.pig.backend.hadoop.executionengine
 

Fields in org.apache.pig.backend.hadoop.executionengine declared as EvalSpec
 EvalSpec POMapreduce.toCombine
           
 EvalSpec POMapreduce.toReduce
           
 

Fields in org.apache.pig.backend.hadoop.executionengine with type parameters of type EvalSpec
 ArrayList<EvalSpec> POMapreduce.groupFuncs
           
 ArrayList<EvalSpec> POMapreduce.toMap
           
 

Methods in org.apache.pig.backend.hadoop.executionengine that return EvalSpec
 EvalSpec POMapreduce.getEvalSpec(int i)
           
 

Methods in org.apache.pig.backend.hadoop.executionengine with parameters of type EvalSpec
 void POMapreduce.addInputFile(FileSpec fileSpec, EvalSpec evalSpec)
           
 void POMapreduce.addMapSpec(int i, EvalSpec spec)
           
 void POMapreduce.addReduceSpec(EvalSpec spec)
           
 

Uses of EvalSpec in org.apache.pig.backend.hadoop.executionengine.mapreduceExec
 

Methods in org.apache.pig.backend.hadoop.executionengine.mapreduceExec that return EvalSpec
 EvalSpec SliceWrapper.getEvalSpec()
           
 EvalSpec SliceWrapper.getGroupbySpec()
           
 

Constructors in org.apache.pig.backend.hadoop.executionengine.mapreduceExec with parameters of type EvalSpec
SliceWrapper(Slice slice, PigContext context, EvalSpec groupbySpec, EvalSpec evalSpec, int index, org.apache.hadoop.fs.FileSystem fs)
           
 

Uses of EvalSpec in org.apache.pig.backend.local.executionengine
 

Constructors in org.apache.pig.backend.local.executionengine with parameters of type EvalSpec
POEval(String scope, long id, Map<OperatorKey,ExecPhysicalOperator> opTable, EvalSpec specIn, int outputType)
           
POEval(String scope, long id, Map<OperatorKey,ExecPhysicalOperator> opTable, OperatorKey input, EvalSpec specIn, int outputType)
           
POSort(String scope, long id, Map<OperatorKey,ExecPhysicalOperator> opTable, EvalSpec sortSpec, int outputType)
           
 

Constructor parameters in org.apache.pig.backend.local.executionengine with type arguments of type EvalSpec
POCogroup(String scope, long id, Map<OperatorKey,ExecPhysicalOperator> opTable, List<EvalSpec> specs, int outputType)
           
 

Uses of EvalSpec in org.apache.pig.data
 

Methods in org.apache.pig.data with parameters of type EvalSpec
 DataBag BagFactory.newSortedBag(EvalSpec spec)
          Get a sorted data bag.
 

Constructors in org.apache.pig.data with parameters of type EvalSpec
SortedDataBag(EvalSpec spec)
           
 

Uses of EvalSpec in org.apache.pig.impl.eval
 

Subclasses of EvalSpec in org.apache.pig.impl.eval
 class BinCondSpec
           
 class CompositeEvalSpec
          Follows the composite design pattern
 class ConstSpec
           
 class FilterSpec
           
 class FuncEvalSpec
           
 class GenerateSpec
           
 class MapLookupSpec
           
 class ProjectSpec
           
 class SimpleEvalSpec
           
 class SortDistinctSpec
           
 class StarSpec
           
 class StreamSpec
           
 

Fields in org.apache.pig.impl.eval declared as EvalSpec
protected  EvalSpec BinCondSpec.ifFalse
           
protected  EvalSpec BinCondSpec.ifTrue
           
protected  EvalSpec SortDistinctSpec.sortSpec
           
 

Fields in org.apache.pig.impl.eval with type parameters of type EvalSpec
protected  List<EvalSpec> GenerateSpec.specs
           
 

Methods in org.apache.pig.impl.eval that return EvalSpec
 EvalSpec CompositeEvalSpec.addSpec(EvalSpec spec)
           
 EvalSpec EvalSpec.addSpec(EvalSpec spec)
          set the succesor of this spec
 EvalSpec EvalSpec.copy(PigContext pigContext)
           
 EvalSpec FuncEvalSpec.getArgs()
           
 EvalSpec EvalSpec.getCombiner()
           
 EvalSpec SortDistinctSpec.getSortSpec()
           
 EvalSpec BinCondSpec.ifFalse()
           
 EvalSpec BinCondSpec.ifTrue()
           
 

Methods in org.apache.pig.impl.eval that return types with arguments of type EvalSpec
 List<EvalSpec> CompositeEvalSpec.getSpecs()
           
 List<EvalSpec> GenerateSpec.getSpecs()
           
 

Methods in org.apache.pig.impl.eval with parameters of type EvalSpec
 EvalSpec CompositeEvalSpec.addSpec(EvalSpec spec)
           
 EvalSpec EvalSpec.addSpec(EvalSpec spec)
          set the succesor of this spec
 void FuncEvalSpec.setArgs(EvalSpec a)
           
 

Constructors in org.apache.pig.impl.eval with parameters of type EvalSpec
BinCondSpec(Cond cond, EvalSpec ifTrue, EvalSpec ifFalse)
           
CompositeEvalSpec(EvalSpec spec)
           
FuncEvalSpec(FunctionInstantiator fInstantiaor, String funcName, EvalSpec args)
           
GenerateSpec(EvalSpec col)
           
SortDistinctSpec(boolean eliminateDuplicates, EvalSpec sortSpec)
           
 

Constructor parameters in org.apache.pig.impl.eval with type arguments of type EvalSpec
GenerateSpec(List<EvalSpec> specs)
           
 

Uses of EvalSpec in org.apache.pig.impl.eval.cond
 

Fields in org.apache.pig.impl.eval.cond declared as EvalSpec
 EvalSpec FuncCond.args
           
 EvalSpec CompCond.left
           
 EvalSpec RegexpCond.left
           
 EvalSpec CompCond.right
           
 

Constructors in org.apache.pig.impl.eval.cond with parameters of type EvalSpec
CompCond(EvalSpec left, String op, EvalSpec right)
           
FuncCond(FunctionInstantiator fInstantiaor, String funcName, EvalSpec args)
           
RegexpCond(EvalSpec left, String re)
           
 

Uses of EvalSpec in org.apache.pig.impl.eval.window
 

Subclasses of EvalSpec in org.apache.pig.impl.eval.window
 class TimeWindowSpec
           
 class TupleWindowSpec
           
 class WindowSpec
           
 

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

Fields in org.apache.pig.impl.logicalLayer declared as EvalSpec
protected  EvalSpec LOEval.spec
           
protected  EvalSpec LOSort.spec
           
 

Fields in org.apache.pig.impl.logicalLayer with type parameters of type EvalSpec
protected  ArrayList<EvalSpec> LOCogroup.specs
           
 

Methods in org.apache.pig.impl.logicalLayer that return EvalSpec
 EvalSpec LOSort.getSortSpec()
           
 EvalSpec LOEval.getSpec()
           
 EvalSpec LOSort.getSpec()
           
 

Methods in org.apache.pig.impl.logicalLayer that return types with arguments of type EvalSpec
 ArrayList<EvalSpec> LOCogroup.getSpecs()
           
 

Constructors in org.apache.pig.impl.logicalLayer with parameters of type EvalSpec
LOEval(Map<OperatorKey,LogicalOperator> opTable, String scope, long id, OperatorKey input, EvalSpec specIn)
           
LOSort(Map<OperatorKey,LogicalOperator> opTable, String scope, long id, OperatorKey input, EvalSpec sortSpec)
           
 

Constructor parameters in org.apache.pig.impl.logicalLayer with type arguments of type EvalSpec
LOCogroup(Map<OperatorKey,LogicalOperator> opTable, String scope, long id, List<OperatorKey> inputs, ArrayList<EvalSpec> specs)
           
 



Copyright © ${year} The Apache Software Foundation