Package org.apache.drill.exec.expr
Class SizedJBlock
java.lang.Object
org.apache.drill.exec.expr.SizedJBlock
Uses this class to keep track # of Drill Logical Expressions that are
put to JBlock.
JBlock is final class; we could not extend JBlock directly.
-
Constructor Details
-
SizedJBlock
public SizedJBlock(com.sun.codemodel.JBlock block)
-
-
Method Details
-
getBlock
public com.sun.codemodel.JBlock getBlock() -
incCounter
public void incCounter() -
getCount
public int getCount()
-