|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Cond in org.apache.pig.backend.hadoop.executionengine |
---|
Fields in org.apache.pig.backend.hadoop.executionengine with type parameters of type Cond | |
---|---|
ArrayList<Cond> |
SplitSpec.conditions
|
Uses of Cond in org.apache.pig.backend.local.executionengine |
---|
Fields in org.apache.pig.backend.local.executionengine with type parameters of type Cond | |
---|---|
protected ArrayList<Cond> |
POSplit.conditions
|
Constructor parameters in org.apache.pig.backend.local.executionengine with type arguments of type Cond | |
---|---|
POSplit(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> opTable,
OperatorKey input,
ArrayList<Cond> conditions,
int readFromCond,
int outputType)
|
Uses of Cond in org.apache.pig.impl.eval |
---|
Fields in org.apache.pig.impl.eval declared as Cond | |
---|---|
protected Cond |
BinCondSpec.cond
|
Cond |
FilterSpec.cond
|
Constructors in org.apache.pig.impl.eval with parameters of type Cond | |
---|---|
BinCondSpec(Cond cond,
EvalSpec ifTrue,
EvalSpec ifFalse)
|
|
FilterSpec(Cond cond)
|
Uses of Cond in org.apache.pig.impl.eval.cond |
---|
Subclasses of Cond in org.apache.pig.impl.eval.cond | |
---|---|
class |
AndCond
|
class |
CompCond
|
class |
FalseCond
|
class |
FuncCond
|
class |
NotCond
|
class |
OrCond
|
class |
RegexpCond
|
class |
TrueCond
|
Fields in org.apache.pig.impl.eval.cond declared as Cond | |
---|---|
Cond |
NotCond.cond
|
Fields in org.apache.pig.impl.eval.cond with type parameters of type Cond | |
---|---|
List<Cond> |
AndCond.cList
|
List<Cond> |
OrCond.cList
|
Constructors in org.apache.pig.impl.eval.cond with parameters of type Cond | |
---|---|
NotCond(Cond cond)
|
Constructor parameters in org.apache.pig.impl.eval.cond with type arguments of type Cond | |
---|---|
AndCond(List<Cond> cList)
|
|
OrCond(List<Cond> cList)
|
Uses of Cond in org.apache.pig.impl.logicalLayer |
---|
Methods in org.apache.pig.impl.logicalLayer that return types with arguments of type Cond | |
---|---|
ArrayList<Cond> |
LOSplit.getConditions()
|
Methods in org.apache.pig.impl.logicalLayer with parameters of type Cond | |
---|---|
void |
LOSplit.addCond(Cond cond)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |