|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RuleOperator.NodeType | |
---|---|
org.apache.pig.impl.plan.optimizer |
Uses of RuleOperator.NodeType in org.apache.pig.impl.plan.optimizer |
---|
Methods in org.apache.pig.impl.plan.optimizer that return RuleOperator.NodeType | |
---|---|
RuleOperator.NodeType |
RuleOperator.getNodeType()
Get the node type of this operator. |
static RuleOperator.NodeType |
RuleOperator.NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RuleOperator.NodeType[] |
RuleOperator.NodeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.pig.impl.plan.optimizer with parameters of type RuleOperator.NodeType | |
---|---|
void |
RuleOperator.setNodeType(RuleOperator.NodeType type)
Set the node type of this rule operator. |
Constructors in org.apache.pig.impl.plan.optimizer with parameters of type RuleOperator.NodeType | |
---|---|
RuleOperator(Class clazz,
RuleOperator.NodeType nodeType,
OperatorKey k)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |