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