public class AggregateUnaryOperator extends Operator
| Modifier and Type | Field and Description | 
|---|---|
AggregateOperator | 
aggOp  | 
IndexFunction | 
indexFn  | 
sparseSafe| Constructor and Description | 
|---|
AggregateUnaryOperator(AggregateOperator aop,
                      IndexFunction iop)  | 
AggregateUnaryOperator(AggregateOperator aop,
                      IndexFunction iop,
                      int numThreads)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getNumThreads()  | 
boolean | 
isColAggregate()  | 
boolean | 
isFullAggregate()  | 
boolean | 
isRowAggregate()  | 
public final AggregateOperator aggOp
public final IndexFunction indexFn
public AggregateUnaryOperator(AggregateOperator aop, IndexFunction iop)
public AggregateUnaryOperator(AggregateOperator aop, IndexFunction iop, int numThreads)
Copyright © 2021 The Apache Software Foundation. All rights reserved.