public class BinaryOperator extends Operator implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
| ValueFunction | fn | 
sparseSafe| Constructor and Description | 
|---|
| BinaryOperator(ValueFunction p) | 
| Modifier and Type | Method and Description | 
|---|---|
| Types.OpOp2 | getBinaryOperatorOpOp2()Method for getting the hop binary operator type for a given function object. | 
| String | toString() | 
public final ValueFunction fn
public BinaryOperator(ValueFunction p)
public Types.OpOp2 getBinaryOperatorOpOp2()
Copyright © 2020 The Apache Software Foundation. All rights reserved.