public class AggregateBinaryOperator extends Operator implements Serializable
Modifier and Type | Field and Description |
---|---|
AggregateOperator |
aggOp |
ValueFunction |
binaryFn |
sparseSafe
Constructor and Description |
---|
AggregateBinaryOperator(ValueFunction inner,
AggregateOperator outer) |
AggregateBinaryOperator(ValueFunction inner,
AggregateOperator outer,
int numThreads) |
Modifier and Type | Method and Description |
---|---|
int |
getNumThreads() |
public final ValueFunction binaryFn
public final AggregateOperator aggOp
public AggregateBinaryOperator(ValueFunction inner, AggregateOperator outer)
public AggregateBinaryOperator(ValueFunction inner, AggregateOperator outer, int numThreads)
Copyright © 2020 The Apache Software Foundation. All rights reserved.