public class SemiJoinBranchInfo extends Object
| Constructor and Description |
|---|
SemiJoinBranchInfo(TableScanOperator ts) |
SemiJoinBranchInfo(TableScanOperator ts,
boolean isHint) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsHint() |
boolean |
getShouldRemove() |
TableScanOperator |
getTsOp() |
void |
setShouldRemove(boolean shouldRemove) |
public SemiJoinBranchInfo(TableScanOperator ts)
public SemiJoinBranchInfo(TableScanOperator ts, boolean isHint)
public TableScanOperator getTsOp()
public boolean getIsHint()
public boolean getShouldRemove()
public void setShouldRemove(boolean shouldRemove)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.