|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FuncSpec | |
---|---|
org.apache.pig | Public interfaces and classes for Pig. |
org.apache.pig.backend.executionengine | |
org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators | |
org.apache.pig.builtin | |
org.apache.pig.impl | |
org.apache.pig.impl.io | |
org.apache.pig.impl.logicalLayer | The logical operators that represent a pig script and tools for manipulating those operators. |
Uses of FuncSpec in org.apache.pig |
---|
Methods in org.apache.pig that return FuncSpec | |
---|---|
FuncSpec |
FuncSpec.clone()
|
Methods in org.apache.pig that return types with arguments of type FuncSpec | |
---|---|
List<FuncSpec> |
EvalFunc.getArgToFuncMapping()
|
Methods in org.apache.pig with parameters of type FuncSpec | |
---|---|
void |
PigServer.registerFunction(String function,
FuncSpec funcSpec)
Defines an alias for the given function spec. |
Uses of FuncSpec in org.apache.pig.backend.executionengine |
---|
Methods in org.apache.pig.backend.executionengine that return FuncSpec | |
---|---|
FuncSpec |
PigSlice.getParser()
|
Constructors in org.apache.pig.backend.executionengine with parameters of type FuncSpec | |
---|---|
PigSlice(String path,
FuncSpec parser,
long start,
long length)
|
|
PigSlicer(FuncSpec funcSpec)
|
Uses of FuncSpec in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators |
---|
Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators that return FuncSpec | |
---|---|
FuncSpec |
POUserComparisonFunc.getFuncSpec()
|
FuncSpec |
POUserFunc.getFuncSpec()
|
Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators with parameters of type FuncSpec | |
---|---|
void |
POCast.setLoadFSpec(FuncSpec lf)
|
Constructors in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators with parameters of type FuncSpec | |
---|---|
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,
FuncSpec funcSpec)
|
|
POUserFunc(OperatorKey k,
int rp,
List<PhysicalOperator> inp,
FuncSpec funcSpec,
EvalFunc func)
|
Uses of FuncSpec in org.apache.pig.builtin |
---|
Methods in org.apache.pig.builtin that return types with arguments of type FuncSpec | |
---|---|
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 FuncSpec in org.apache.pig.impl |
---|
Methods in org.apache.pig.impl that return FuncSpec | |
---|---|
FuncSpec |
PigContext.getFuncSpecFromAlias(String alias)
|
Methods in org.apache.pig.impl with parameters of type FuncSpec | |
---|---|
static Object |
PigContext.instantiateFuncFromSpec(FuncSpec funcSpec)
|
void |
PigContext.registerFunction(String function,
FuncSpec functionSpec)
Defines an alias for the given function spec. |
Uses of FuncSpec in org.apache.pig.impl.io |
---|
Methods in org.apache.pig.impl.io that return FuncSpec | |
---|---|
FuncSpec |
FileSpec.getFuncSpec()
|
Constructors in org.apache.pig.impl.io with parameters of type FuncSpec | |
---|---|
FileSpec(String fileName,
FuncSpec funcSpec)
|
Uses of FuncSpec in org.apache.pig.impl.logicalLayer |
---|
Methods in org.apache.pig.impl.logicalLayer that return FuncSpec | |
---|---|
FuncSpec |
LOUserFunc.getFuncSpec()
|
FuncSpec |
LOCast.getLoadFuncSpec()
|
FuncSpec |
LOSort.getUserFunc()
|
Methods in org.apache.pig.impl.logicalLayer with parameters of type FuncSpec | |
---|---|
void |
LOUserFunc.setFuncSpec(FuncSpec funcSpec)
|
void |
LOCast.setLoadFuncSpec(FuncSpec loadFuncSpec)
|
void |
LOSort.setUserFunc(FuncSpec func)
|
Constructors in org.apache.pig.impl.logicalLayer with parameters of type FuncSpec | |
---|---|
LOSort(LogicalPlan plan,
OperatorKey key,
List<LogicalPlan> sortColPlans,
List<Boolean> ascCols,
FuncSpec sortFunc)
|
|
LOUserFunc(LogicalPlan plan,
OperatorKey k,
FuncSpec funcSpec,
List<ExpressionOperator> args,
byte returnType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |