public class CMOperator extends Operator
Modifier and Type | Class and Description |
---|---|
static class |
CMOperator.AggregateOperationTypes |
Modifier and Type | Field and Description |
---|---|
CMOperator.AggregateOperationTypes |
aggOpType |
ValueFunction |
fn |
sparseSafe
Constructor and Description |
---|
CMOperator(ValueFunction op,
CMOperator.AggregateOperationTypes agg) |
Modifier and Type | Method and Description |
---|---|
CMOperator.AggregateOperationTypes |
getAggOpType() |
static CMOperator.AggregateOperationTypes |
getAggOpType(String fn,
String order) |
static CMOperator.AggregateOperationTypes |
getCMAggOpType(int order) |
boolean |
isPartialAggregateOperator() |
CMOperator |
setCMAggOp(int order) |
public ValueFunction fn
public CMOperator.AggregateOperationTypes aggOpType
public CMOperator(ValueFunction op, CMOperator.AggregateOperationTypes agg)
public CMOperator.AggregateOperationTypes getAggOpType()
public CMOperator setCMAggOp(int order)
public static CMOperator.AggregateOperationTypes getCMAggOpType(int order)
public static CMOperator.AggregateOperationTypes getAggOpType(String fn, String order)
public boolean isPartialAggregateOperator()
Copyright © 2020 The Apache Software Foundation. All rights reserved.