protected class ReduceSinkDeDuplication.ReduceSinkDeduplicateProcCtx
extends java.lang.Object
Constructor and Description |
---|
ReduceSinkDeduplicateProcCtx(ParseContext pctx) |
Modifier and Type | Method and Description |
---|---|
boolean |
addRemovedOperator(Operator<?> rsOp) |
ParseContext |
getPctx() |
boolean |
hasBeenRemoved(Operator<?> rsOp) |
int |
minReducer() |
void |
setPctx(ParseContext pctx) |
boolean |
trustScript() |
public ReduceSinkDeduplicateProcCtx(ParseContext pctx)
public ParseContext getPctx()
public void setPctx(ParseContext pctx)
public boolean trustScript()
public int minReducer()
public boolean hasBeenRemoved(Operator<?> rsOp)
public boolean addRemovedOperator(Operator<?> rsOp)
Copyright © 2012 The Apache Software Foundation