public static interface PlanProto.BinaryEvalOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getLhsId()
required int32 lhs_id = 1; |
boolean |
getNegative()
optional bool negative = 3 [default = false]; |
int |
getRhsId()
required int32 rhs_id = 2; |
boolean |
hasLhsId()
required int32 lhs_id = 1; |
boolean |
hasNegative()
optional bool negative = 3 [default = false]; |
boolean |
hasRhsId()
required int32 rhs_id = 2; |
boolean hasLhsId()
required int32 lhs_id = 1;int getLhsId()
required int32 lhs_id = 1;boolean hasRhsId()
required int32 rhs_id = 2;int getRhsId()
required int32 rhs_id = 2;boolean hasNegative()
optional bool negative = 3 [default = false];boolean getNegative()
optional bool negative = 3 [default = false];Copyright © 2015 Apache Software Foundation. All Rights Reserved.