public static interface PlanProto.BetweenEvalOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getBegin()
required int32 begin = 2; |
int |
getEnd()
required int32 end = 3; |
boolean |
getNegative()
optional bool negative = 4 [default = false]; |
int |
getPredicand()
required int32 predicand = 1; |
boolean |
getSymmetric()
optional bool symmetric = 5 [default = false]; |
boolean |
hasBegin()
required int32 begin = 2; |
boolean |
hasEnd()
required int32 end = 3; |
boolean |
hasNegative()
optional bool negative = 4 [default = false]; |
boolean |
hasPredicand()
required int32 predicand = 1; |
boolean |
hasSymmetric()
optional bool symmetric = 5 [default = false]; |
boolean hasPredicand()
required int32 predicand = 1;int getPredicand()
required int32 predicand = 1;boolean hasBegin()
required int32 begin = 2;int getBegin()
required int32 begin = 2;boolean hasEnd()
required int32 end = 3;int getEnd()
required int32 end = 3;boolean hasNegative()
optional bool negative = 4 [default = false];boolean getNegative()
optional bool negative = 4 [default = false];boolean hasSymmetric()
optional bool symmetric = 5 [default = false];boolean getSymmetric()
optional bool symmetric = 5 [default = false];Copyright © 2015 Apache Software Foundation. All Rights Reserved.