public class AggregationFunctionFactoryCodegenRowApplyContextUnmanaged
extends java.lang.Object
Constructor and Description |
---|
AggregationFunctionFactoryCodegenRowApplyContextUnmanaged(ExprPlugInAggNode parent,
int column,
CodegenMethodNode method,
ExprForgeCodegenSymbol symbols,
ExprForge[] forges,
CodegenClassScope classScope)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
CodegenClassScope |
getClassScope()
Returns the class scope
|
int |
getColumn()
Returns the column number
|
ExprForge[] |
getForges()
Returns expression forges
|
CodegenMethodNode |
getMethod()
Returns the method
|
ExprPlugInAggNode |
getParent()
Returns the expression node
|
ExprForgeCodegenSymbol |
getSymbols()
Returns symbols
|
public AggregationFunctionFactoryCodegenRowApplyContextUnmanaged(ExprPlugInAggNode parent, int column, CodegenMethodNode method, ExprForgeCodegenSymbol symbols, ExprForge[] forges, CodegenClassScope classScope)
parent
- expr nodecolumn
- column numbermethod
- methodclassScope
- scopeforges
- expression forgessymbols
- symbolspublic ExprPlugInAggNode getParent()
public int getColumn()
public CodegenMethodNode getMethod()
public CodegenClassScope getClassScope()
public ExprForgeCodegenSymbol getSymbols()
public ExprForge[] getForges()