public static class SkewJoinResolver.SkewJoinProcCtx extends Object implements NodeProcessorCtx
| Constructor and Description |
|---|
SkewJoinProcCtx(Task<?> task,
ParseContext parseCtx) |
| Modifier and Type | Method and Description |
|---|---|
Task<?> |
getCurrentTask() |
ParseContext |
getParseCtx() |
void |
setCurrentTask(Task<?> currentTask) |
void |
setParseCtx(ParseContext parseCtx) |
public SkewJoinProcCtx(Task<?> task, ParseContext parseCtx)
public Task<?> getCurrentTask()
public void setCurrentTask(Task<?> currentTask)
public ParseContext getParseCtx()
public void setParseCtx(ParseContext parseCtx)
Copyright © 2022 The Apache Software Foundation. All rights reserved.