public abstract class AbstractDbSubScan extends AbstractSubScan implements DbSubScan
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation, userName
Constructor and Description |
---|
AbstractDbSubScan(String userName) |
Modifier and Type | Method and Description |
---|---|
void |
addJoinForRestrictedSubScan(RowKeyJoin batch)
For a restricted sub-scan, this method allows associating a rowkey join instance.
|
boolean |
isRestrictedSubScan()
Whether this subscan is a restricted (skip) subscan
|
accept, accept, getNewWithChildren, getSVMode, isExecutable, iterator
getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getUserName, isBufferedOperator, setCost, setMaxAllocation, setOperatorId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept, getCost, getInitialAllocation, getMaxAllocation, getNewWithChildren, getOperatorId, getOperatorType, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorId
accept
forEach, iterator, spliterator
public AbstractDbSubScan(String userName)
public boolean isRestrictedSubScan()
DbSubScan
isRestrictedSubScan
in interface DbSubScan
public void addJoinForRestrictedSubScan(RowKeyJoin batch)
DbSubScan
addJoinForRestrictedSubScan
in interface DbSubScan
Copyright © 1970 The Apache Software Foundation. All rights reserved.