Constructors in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators with parameters of type OperatorKey |
Add(OperatorKey k)
|
Add(OperatorKey k,
int rp)
|
BinaryComparisonOperator(OperatorKey k)
|
BinaryComparisonOperator(OperatorKey k,
int rp)
|
BinaryExpressionOperator(OperatorKey k)
|
BinaryExpressionOperator(OperatorKey k,
int rp)
|
ConstantExpression(OperatorKey k)
|
ConstantExpression(OperatorKey k,
int rp)
|
Divide(OperatorKey k)
|
Divide(OperatorKey k,
int rp)
|
EqualToExpr(OperatorKey k)
|
EqualToExpr(OperatorKey k,
int rp)
|
ExpressionOperator(OperatorKey k)
|
ExpressionOperator(OperatorKey k,
int rp)
|
GreaterThanExpr(OperatorKey k)
|
GreaterThanExpr(OperatorKey k,
int rp)
|
GTOrEqualToExpr(OperatorKey k)
|
GTOrEqualToExpr(OperatorKey k,
int rp)
|
LessThanExpr(OperatorKey k)
|
LessThanExpr(OperatorKey k,
int rp)
|
LTOrEqualToExpr(OperatorKey k)
|
LTOrEqualToExpr(OperatorKey k,
int rp)
|
Mod(OperatorKey k)
|
Mod(OperatorKey k,
int rp)
|
Multiply(OperatorKey k)
|
Multiply(OperatorKey k,
int rp)
|
NotEqualToExpr(OperatorKey k)
|
NotEqualToExpr(OperatorKey k,
int rp)
|
POAnd(OperatorKey k)
|
POAnd(OperatorKey k,
int rp)
|
POBinCond(OperatorKey k)
|
POBinCond(OperatorKey k,
int rp)
|
POBinCond(OperatorKey k,
int rp,
ExpressionOperator cond,
ExpressionOperator lhs,
ExpressionOperator rhs)
|
POCast(OperatorKey k)
|
POCast(OperatorKey k,
int rp)
|
POIsNull(OperatorKey k)
|
POIsNull(OperatorKey k,
int rp)
|
POIsNull(OperatorKey k,
int rp,
ExpressionOperator in)
|
POMapLookUp(OperatorKey k)
|
POMapLookUp(OperatorKey k,
int rp)
|
POMapLookUp(OperatorKey k,
int rp,
Object key)
|
PONegative(OperatorKey k)
|
PONegative(OperatorKey k,
int rp)
|
PONegative(OperatorKey k,
int rp,
ExpressionOperator input)
|
PONot(OperatorKey k)
|
PONot(OperatorKey k,
int rp)
|
POOr(OperatorKey k)
|
POOr(OperatorKey k,
int rp)
|
POProject(OperatorKey k)
|
POProject(OperatorKey k,
int rp)
|
POProject(OperatorKey k,
int rp,
ArrayList<Integer> cols)
|
POProject(OperatorKey k,
int rp,
int col)
|
PORegexp(OperatorKey k)
|
PORegexp(OperatorKey k,
int rp)
|
PORelationToExprProject(OperatorKey k)
|
PORelationToExprProject(OperatorKey k,
int rp)
|
PORelationToExprProject(OperatorKey k,
int rp,
ArrayList<Integer> cols)
|
PORelationToExprProject(OperatorKey k,
int rp,
int col)
|
POUserComparisonFunc(OperatorKey k,
int rp,
List inp,
FuncSpec funcSpec)
|
POUserComparisonFunc(OperatorKey k,
int rp,
List inp,
FuncSpec funcSpec,
ComparisonFunc func)
|
POUserFunc(OperatorKey k,
int rp,
List<PhysicalOperator> inp)
|
POUserFunc(OperatorKey k,
int rp,
List<PhysicalOperator> inp,
FuncSpec funcSpec)
|
POUserFunc(OperatorKey k,
int rp,
List<PhysicalOperator> inp,
FuncSpec funcSpec,
EvalFunc func)
|
Subtract(OperatorKey k)
|
Subtract(OperatorKey k,
int rp)
|
UnaryComparisonOperator(OperatorKey k)
|
UnaryComparisonOperator(OperatorKey k,
int rp)
|
UnaryExpressionOperator(OperatorKey k)
|
UnaryExpressionOperator(OperatorKey k,
int rp)
|
Constructors in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators with parameters of type OperatorKey |
PODemux(OperatorKey k)
Constructs an operator with the specified key. |
PODemux(OperatorKey k,
int rp)
Constructs an operator with the specified key
and degree of parallelism. |
PODemux(OperatorKey k,
int rp,
List<PhysicalOperator> inp)
Constructs an operator with the specified key,
degree of parallelism and inputs. |
PODemux(OperatorKey k,
List<PhysicalOperator> inp)
Constructs an operator with the specified key and inputs. |
PODistinct(OperatorKey k)
|
PODistinct(OperatorKey k,
int rp)
|
PODistinct(OperatorKey k,
int rp,
List<PhysicalOperator> inp)
|
PODistinct(OperatorKey k,
List<PhysicalOperator> inp)
|
POFilter(OperatorKey k)
|
POFilter(OperatorKey k,
int rp)
|
POFilter(OperatorKey k,
int rp,
List<PhysicalOperator> inputs)
|
POFilter(OperatorKey k,
List<PhysicalOperator> inputs)
|
POForEach(OperatorKey k)
|
POForEach(OperatorKey k,
int rp)
|
POForEach(OperatorKey k,
int rp,
List inp)
|
POForEach(OperatorKey k,
int rp,
List<PhysicalPlan> inp,
List<Boolean> isToBeFlattened)
|
POForEach(OperatorKey k,
List inp)
|
POFRJoin(OperatorKey k)
|
POFRJoin(OperatorKey k,
int rp)
|
POFRJoin(OperatorKey k,
int rp,
List<PhysicalOperator> inp)
|
POFRJoin(OperatorKey k,
int rp,
List<PhysicalOperator> inp,
List<List<PhysicalPlan>> ppLists,
List<Byte> keyTypes,
FileSpec[] replFiles,
int fragment)
|
POFRJoin(OperatorKey k,
List<PhysicalOperator> inp)
|
POGlobalRearrange(OperatorKey k)
|
POGlobalRearrange(OperatorKey k,
int rp)
|
POGlobalRearrange(OperatorKey k,
int rp,
List inp)
|
POGlobalRearrange(OperatorKey k,
List inp)
|
POJoinPackage(OperatorKey k,
int rp,
POPackage p,
POForEach f)
|
POLimit(OperatorKey k)
|
POLimit(OperatorKey k,
int rp)
|
POLimit(OperatorKey k,
int rp,
List<PhysicalOperator> inputs)
|
POLimit(OperatorKey k,
List<PhysicalOperator> inputs)
|
POLoad(OperatorKey k,
boolean splittable)
|
POLoad(OperatorKey k,
FileSpec lFile,
boolean splittable)
|
POLoad(OperatorKey k,
int rp,
FileSpec lFile,
boolean splittable)
|
POLocalRearrange(OperatorKey k)
|
POLocalRearrange(OperatorKey k,
int rp)
|
POLocalRearrange(OperatorKey k,
int rp,
List<PhysicalOperator> inp)
|
POLocalRearrange(OperatorKey k,
List<PhysicalOperator> inp)
|
POLocalRearrangeForIllustrate(OperatorKey k)
|
POLocalRearrangeForIllustrate(OperatorKey k,
int rp)
|
POLocalRearrangeForIllustrate(OperatorKey k,
int rp,
List<PhysicalOperator> inp)
|
POLocalRearrangeForIllustrate(OperatorKey k,
List<PhysicalOperator> inp)
|
POMultiQueryPackage(OperatorKey k)
Constructs an operator with the specified key. |
POMultiQueryPackage(OperatorKey k,
int rp)
Constructs an operator with the specified key
and degree of parallelism. |
POMultiQueryPackage(OperatorKey k,
int rp,
List<PhysicalOperator> inp)
Constructs an operator with the specified key,
degree of parallelism and inputs. |
POMultiQueryPackage(OperatorKey k,
List<PhysicalOperator> inp)
Constructs an operator with the specified key and inputs. |
POOptimizedForEach(OperatorKey k)
|
POOptimizedForEach(OperatorKey k,
int rp)
|
POOptimizedForEach(OperatorKey k,
int rp,
List inp)
|
POOptimizedForEach(OperatorKey k,
int rp,
List<PhysicalPlan> inp,
List<Boolean> isToBeFlattened)
|
POOptimizedForEach(OperatorKey k,
List inp)
|
POPackage(OperatorKey k)
|
POPackage(OperatorKey k,
int rp)
|
POPackage(OperatorKey k,
int rp,
List<PhysicalOperator> inp)
|
POPackage(OperatorKey k,
List<PhysicalOperator> inp)
|
POPackageLite(OperatorKey k)
|
POPackageLite(OperatorKey k,
int rp)
|
POPackageLite(OperatorKey k,
int rp,
List<PhysicalOperator> inp)
|
POPackageLite(OperatorKey k,
List<PhysicalOperator> inp)
|
POPreCombinerLocalRearrange(OperatorKey k)
|
POPreCombinerLocalRearrange(OperatorKey k,
int rp)
|
POPreCombinerLocalRearrange(OperatorKey k,
int rp,
List<PhysicalOperator> inp)
|
POPreCombinerLocalRearrange(OperatorKey k,
List<PhysicalOperator> inp)
|
PORead(OperatorKey k)
|
PORead(OperatorKey k,
DataBag bag)
|
PORead(OperatorKey k,
int rp)
|
PORead(OperatorKey k,
int rp,
List<PhysicalOperator> inp)
|
PORead(OperatorKey k,
List<PhysicalOperator> inp)
|
POSort(OperatorKey k)
|
POSort(OperatorKey k,
int rp)
|
POSort(OperatorKey k,
int rp,
List inp)
|
POSort(OperatorKey k,
int rp,
List inp,
List<PhysicalPlan> sortPlans,
List<Boolean> mAscCols,
POUserComparisonFunc mSortFunc)
|
POSort(OperatorKey k,
List inp)
|
POSplit(OperatorKey k)
Constructs an operator with the specified key |
POSplit(OperatorKey k,
int rp)
Constructs an operator with the specified key
and degree of parallelism |
POSplit(OperatorKey k,
int rp,
List<PhysicalOperator> inp)
Constructs an operator with the specified key,
degree of parallelism and inputs |
POSplit(OperatorKey k,
List<PhysicalOperator> inp)
Constructs an operator with the specified key and inputs |
POStore(OperatorKey k)
|
POStore(OperatorKey k,
int rp)
|
POStore(OperatorKey k,
int rp,
List<PhysicalOperator> inp)
|
POStream(OperatorKey k,
ExecutableManager executableManager,
StreamingCommand command,
Properties properties)
|
POUnion(OperatorKey k)
|
POUnion(OperatorKey k,
int rp)
|
POUnion(OperatorKey k,
int rp,
List<PhysicalOperator> inp)
|
POUnion(OperatorKey k,
List<PhysicalOperator> inp)
|
Constructors in org.apache.pig.impl.logicalLayer with parameters of type OperatorKey |
BinaryExpressionOperator(LogicalPlan plan,
OperatorKey k)
|
BinaryExpressionOperator(LogicalPlan plan,
OperatorKey k,
int rp)
|
ExpressionOperator(LogicalPlan plan,
OperatorKey k)
|
ExpressionOperator(LogicalPlan plan,
OperatorKey k,
int rp)
|
LOAdd(LogicalPlan plan,
OperatorKey k)
|
LOAnd(LogicalPlan plan,
OperatorKey k)
|
LOBinCond(LogicalPlan plan,
OperatorKey k)
|
LOCast(LogicalPlan plan,
OperatorKey k,
byte type)
|
LOCogroup(LogicalPlan plan,
OperatorKey k,
MultiMap<LogicalOperator,LogicalPlan> groupByPlans,
boolean[] isInner)
|
LOConst(LogicalPlan plan,
OperatorKey k,
Object value)
|
LOCross(LogicalPlan plan,
OperatorKey k)
|
LODefine(LogicalPlan plan,
OperatorKey key)
|
LODistinct(LogicalPlan plan,
OperatorKey k)
|
LODivide(LogicalPlan plan,
OperatorKey k)
|
LOEqual(LogicalPlan plan,
OperatorKey k)
|
LOFilter(LogicalPlan plan,
OperatorKey k,
LogicalPlan comparisonPlan)
|
LOForEach(LogicalPlan plan,
OperatorKey k,
ArrayList<LogicalPlan> foreachPlans,
ArrayList<Boolean> flattenList)
|
LOForEach(LogicalPlan plan,
OperatorKey k,
ArrayList<LogicalPlan> foreachPlans,
ArrayList<Boolean> flattenList,
ArrayList<Schema> userDefinedSchemaList)
|
LOFRJoin(LogicalPlan plan,
OperatorKey k,
MultiMap<LogicalOperator,LogicalPlan> joinColPlans,
boolean[] isInner,
LogicalOperator fragOp)
|
LOGenerate(LogicalPlan plan,
OperatorKey key,
ArrayList<LogicalPlan> generatePlans,
ArrayList<Boolean> flatten)
|
LOGenerate(LogicalPlan plan,
OperatorKey key,
ArrayList<LogicalPlan> generatePlans,
ArrayList<Boolean> flatten,
ArrayList<Schema> userDefinedSchemaList)
|
LOGenerate(LogicalPlan plan,
OperatorKey key,
LogicalPlan generatePlan,
boolean flatten)
|
LogicalOperator(LogicalPlan plan,
OperatorKey k)
Equivalent to LogicalOperator(k, 0). |
LogicalOperator(LogicalPlan plan,
OperatorKey k,
int rp)
|
LOGreaterThan(LogicalPlan plan,
OperatorKey k)
|
LOGreaterThanEqual(LogicalPlan plan,
OperatorKey k)
|
LOIsNull(LogicalPlan plan,
OperatorKey k)
|
LOLesserThan(LogicalPlan plan,
OperatorKey k)
|
LOLesserThanEqual(LogicalPlan plan,
OperatorKey k)
|
LOLimit(LogicalPlan plan,
OperatorKey k,
long limit)
|
LOLoad(LogicalPlan plan,
OperatorKey key,
FileSpec inputFileSpec,
ExecType execType,
DataStorage storage,
boolean splittable)
|
LOMapLookup(LogicalPlan plan,
OperatorKey key,
Object mapKey,
byte valueType,
Schema valueSchema)
|
LOMod(LogicalPlan plan,
OperatorKey k)
|
LOMultiply(LogicalPlan plan,
OperatorKey k)
|
LONegative(LogicalPlan plan,
OperatorKey k)
|
LONot(LogicalPlan plan,
OperatorKey k)
|
LONotEqual(LogicalPlan plan,
OperatorKey k)
|
LOOr(LogicalPlan plan,
OperatorKey k)
|
LOProject(LogicalPlan plan,
OperatorKey key,
LogicalOperator exp,
Integer projection)
|
LOProject(LogicalPlan plan,
OperatorKey key,
LogicalOperator exp,
List<Integer> projection)
|
LORegexp(LogicalPlan plan,
OperatorKey key)
|
LOSort(LogicalPlan plan,
OperatorKey key,
List<LogicalPlan> sortColPlans,
List<Boolean> ascCols,
FuncSpec sortFunc)
|
LOSplit(LogicalPlan plan,
OperatorKey key,
ArrayList<LogicalOperator> outputs)
|
LOSplitOutput(LogicalPlan plan,
OperatorKey key,
int index,
LogicalPlan condPlan)
|
LOStore(LogicalPlan plan,
OperatorKey key,
FileSpec outputFileSpec)
|
LOStream(LogicalPlan plan,
OperatorKey k,
LogicalOperator input,
ExecutableManager exeManager,
StreamingCommand cmd)
Create a new LOStream with the given command. |
LOSubtract(LogicalPlan plan,
OperatorKey k)
|
LOUnion(LogicalPlan plan,
OperatorKey k)
|
LOUserFunc(LogicalPlan plan,
OperatorKey k,
FuncSpec funcSpec,
byte returnType)
|
UnaryExpressionOperator(LogicalPlan plan,
OperatorKey k)
|
UnaryExpressionOperator(LogicalPlan plan,
OperatorKey k,
int rp)
|