protected class ReduceSinkDeDuplication.ReduceSinkDeduplicateProcCtx extends Object
| Constructor and Description |
|---|
ReduceSinkDeduplicateProcCtx(ParseContext pctx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addRemovedOperator(Operator<?> rsOp) |
ParseContext |
getPctx() |
boolean |
hasBeenRemoved(Operator<?> rsOp) |
boolean |
isMapAggr() |
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)
public boolean isMapAggr()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.