public class AggImpState extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
aggIdx |
AggregateCall |
call |
AggContext |
context |
AggImplementor |
implementor |
Expression |
result |
List<Expression> |
state |
| Constructor and Description |
|---|
AggImpState(int aggIdx,
AggregateCall call,
boolean windowContext) |
public final int aggIdx
public final AggregateCall call
public final AggImplementor implementor
public AggContext context
public Expression result
public List<Expression> state
public AggImpState(int aggIdx,
AggregateCall call,
boolean windowContext)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.