|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecType | |
---|---|
org.apache.pig | Public interfaces and classes for Pig. |
org.apache.pig.backend.hadoop.hbase | |
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. |
org.apache.pig.impl.logicalLayer.optimizer |
Uses of ExecType in org.apache.pig |
---|
Methods in org.apache.pig that return ExecType | |
---|---|
static ExecType |
PigServer.parseExecType(String str)
|
static ExecType |
ExecType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ExecType[] |
ExecType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.pig with parameters of type ExecType | |
---|---|
Schema |
LoadFunc.determineSchema(String fileName,
ExecType execType,
DataStorage storage)
Find the schema from the loader. |
Constructors in org.apache.pig with parameters of type ExecType | |
---|---|
PigServer(ExecType execType)
|
|
PigServer(ExecType execType,
Properties properties)
|
Uses of ExecType in org.apache.pig.backend.hadoop.hbase |
---|
Methods in org.apache.pig.backend.hadoop.hbase with parameters of type ExecType | |
---|---|
Schema |
HBaseStorage.determineSchema(String fileName,
ExecType execType,
DataStorage storage)
|
Uses of ExecType in org.apache.pig.builtin |
---|
Methods in org.apache.pig.builtin with parameters of type ExecType | |
---|---|
Schema |
BinStorage.determineSchema(String fileName,
ExecType execType,
DataStorage storage)
|
Schema |
BinaryStorage.determineSchema(String fileName,
ExecType execType,
DataStorage storage)
|
Schema |
PigStorage.determineSchema(String fileName,
ExecType execType,
DataStorage storage)
|
Schema |
TextLoader.determineSchema(String fileName,
ExecType execType,
DataStorage storage)
TextLoader does not provide a schema. |
Uses of ExecType in org.apache.pig.impl |
---|
Methods in org.apache.pig.impl that return ExecType | |
---|---|
ExecType |
PigContext.getExecType()
Returns the type of execution currently in effect. |
Methods in org.apache.pig.impl with parameters of type ExecType | |
---|---|
void |
PigContext.setExecType(ExecType execType)
|
Constructors in org.apache.pig.impl with parameters of type ExecType | |
---|---|
PigContext(ExecType execType,
Properties properties)
|
Uses of ExecType in org.apache.pig.impl.io |
---|
Methods in org.apache.pig.impl.io with parameters of type ExecType | |
---|---|
static InputStream |
FileLocalizer.open(String fileName,
ExecType execType,
DataStorage storage)
This function returns an input stream to a local file system file or a file residing on Hadoop's DFS |
Uses of ExecType in org.apache.pig.impl.logicalLayer |
---|
Constructors in org.apache.pig.impl.logicalLayer with parameters of type ExecType | |
---|---|
LOLoad(LogicalPlan plan,
OperatorKey key,
FileSpec inputFileSpec,
ExecType execType,
DataStorage storage,
boolean splittable)
|
Uses of ExecType in org.apache.pig.impl.logicalLayer.optimizer |
---|
Constructors in org.apache.pig.impl.logicalLayer.optimizer with parameters of type ExecType | |
---|---|
LogicalOptimizer(LogicalPlan plan,
ExecType mode)
|
|
OpLimitOptimizer(LogicalPlan plan,
ExecType mode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |