public static interface PlanProto.UnaryEvalOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TajoDataTypes.DataType |
getCastingType()
optional .DataType castingType = 2; |
TajoDataTypes.DataTypeOrBuilder |
getCastingTypeOrBuilder()
optional .DataType castingType = 2; |
int |
getChildId()
required int32 child_id = 1; |
boolean |
getNegative()
optional bool negative = 3; |
String |
getTimezone()
optional string timezone = 4; |
com.google.protobuf.ByteString |
getTimezoneBytes()
optional string timezone = 4; |
boolean |
hasCastingType()
optional .DataType castingType = 2; |
boolean |
hasChildId()
required int32 child_id = 1; |
boolean |
hasNegative()
optional bool negative = 3; |
boolean |
hasTimezone()
optional string timezone = 4; |
boolean hasChildId()
required int32 child_id = 1;int getChildId()
required int32 child_id = 1;boolean hasCastingType()
optional .DataType castingType = 2;TajoDataTypes.DataType getCastingType()
optional .DataType castingType = 2;TajoDataTypes.DataTypeOrBuilder getCastingTypeOrBuilder()
optional .DataType castingType = 2;boolean hasNegative()
optional bool negative = 3;boolean getNegative()
optional bool negative = 3;boolean hasTimezone()
optional string timezone = 4;String getTimezone()
optional string timezone = 4;com.google.protobuf.ByteString getTimezoneBytes()
optional string timezone = 4;Copyright © 2015 Apache Software Foundation. All Rights Reserved.