Method Summary
All Methods Instance Methods Abstract Methods
void
For a restricted sub-scan, this method allows associating a rowkey join instance.
boolean
Whether this subscan is a restricted (skip) subscan
Methods inherited from interface org.apache.drill.common.graph.GraphValue
accept
Methods inherited from interface org.apache.drill.exec.physical.base.PhysicalOperator
accept , getCost , getInitialAllocation , getMaxAllocation , getNewWithChildren , getOperatorId , getOperatorType , getSVMode , getUserName , isBufferedOperator , isExecutable , setCost , setMaxAllocation , setOperatorId
Method Details
isRestrictedSubScan
boolean isRestrictedSubScan ()
Whether this subscan is a restricted (skip) subscan
Returns:
true if this subscan is a restricted subscan, false otherwise
addJoinForRestrictedSubScan
void addJoinForRestrictedSubScan (RowKeyJoin batch)
For a restricted sub-scan, this method allows associating a rowkey join instance. A subscan within a minor
fragment must have a corresponding rowkey join batch instance from which it will retrieve its set of
rowkeys to perform the restricted scan.
Parameters:
batch
-