public class AggregationFunctionFactoryCodegenRowGetValueContext
extends java.lang.Object
Constructor and Description |
---|
AggregationFunctionFactoryCodegenRowGetValueContext(ExprPlugInAggNode parent,
int column,
CodegenMethodNode method,
CodegenClassScope classScope)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
CodegenClassScope |
getClassScope()
Returns the class scope
|
int |
getColumn()
Returns the column number
|
CodegenMethodNode |
getMethod()
Returns the method
|
ExprPlugInAggNode |
getParent()
Returns the expression node
|
public AggregationFunctionFactoryCodegenRowGetValueContext(ExprPlugInAggNode parent, int column, CodegenMethodNode method, CodegenClassScope classScope)
parent
- expr nodecolumn
- column numbermethod
- methodclassScope
- scopepublic ExprPlugInAggNode getParent()
public int getColumn()
public CodegenMethodNode getMethod()
public CodegenClassScope getClassScope()