public static final class PlanProto.Datum extends com.google.protobuf.GeneratedMessage implements PlanProto.DatumOrBuilder
Datum| Modifier and Type | Class and Description |
|---|---|
static class |
PlanProto.Datum.Builder
Protobuf type
Datum |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
BLOB_FIELD_NUMBER |
static int |
BOOLEAN_FIELD_NUMBER |
static int |
FLOAT4_FIELD_NUMBER |
static int |
FLOAT8_FIELD_NUMBER |
static int |
INT4_FIELD_NUMBER |
static int |
INT8_FIELD_NUMBER |
static int |
INTERVAL_FIELD_NUMBER |
static com.google.protobuf.Parser<PlanProto.Datum> |
PARSER |
static int |
TEXT_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
com.google.protobuf.ByteString |
getBlob()
optional bytes blob = 8; |
boolean |
getBoolean()
optional bool boolean = 2; |
static PlanProto.Datum |
getDefaultInstance() |
PlanProto.Datum |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
float |
getFloat4()
optional float float4 = 5; |
double |
getFloat8()
optional double float8 = 6; |
int |
getInt4()
optional int32 int4 = 3; |
long |
getInt8()
optional int64 int8 = 4; |
PlanProto.Interval |
getInterval()
optional .Interval interval = 12; |
PlanProto.IntervalOrBuilder |
getIntervalOrBuilder()
optional .Interval interval = 12; |
com.google.protobuf.Parser<PlanProto.Datum> |
getParserForType() |
int |
getSerializedSize() |
String |
getText()
optional string text = 7; |
com.google.protobuf.ByteString |
getTextBytes()
optional string text = 7; |
TajoDataTypes.Type |
getType()
required .Type type = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasBlob()
optional bytes blob = 8; |
boolean |
hasBoolean()
optional bool boolean = 2; |
boolean |
hasFloat4()
optional float float4 = 5; |
boolean |
hasFloat8()
optional double float8 = 6; |
int |
hashCode() |
boolean |
hasInt4()
optional int32 int4 = 3; |
boolean |
hasInt8()
optional int64 int8 = 4; |
boolean |
hasInterval()
optional .Interval interval = 12; |
boolean |
hasText()
optional string text = 7; |
boolean |
hasType()
required .Type type = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static PlanProto.Datum.Builder |
newBuilder() |
static PlanProto.Datum.Builder |
newBuilder(PlanProto.Datum prototype) |
PlanProto.Datum.Builder |
newBuilderForType() |
protected PlanProto.Datum.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static PlanProto.Datum |
parseDelimitedFrom(InputStream input) |
static PlanProto.Datum |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlanProto.Datum |
parseFrom(byte[] data) |
static PlanProto.Datum |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlanProto.Datum |
parseFrom(com.google.protobuf.ByteString data) |
static PlanProto.Datum |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlanProto.Datum |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PlanProto.Datum |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlanProto.Datum |
parseFrom(InputStream input) |
static PlanProto.Datum |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PlanProto.Datum.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<PlanProto.Datum> PARSER
public static final int TYPE_FIELD_NUMBER
public static final int BOOLEAN_FIELD_NUMBER
public static final int INT4_FIELD_NUMBER
public static final int INT8_FIELD_NUMBER
public static final int FLOAT4_FIELD_NUMBER
public static final int FLOAT8_FIELD_NUMBER
public static final int TEXT_FIELD_NUMBER
public static final int BLOB_FIELD_NUMBER
public static final int INTERVAL_FIELD_NUMBER
public static PlanProto.Datum getDefaultInstance()
public PlanProto.Datum getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<PlanProto.Datum> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasType()
required .Type type = 1;hasType in interface PlanProto.DatumOrBuilderpublic TajoDataTypes.Type getType()
required .Type type = 1;getType in interface PlanProto.DatumOrBuilderpublic boolean hasBoolean()
optional bool boolean = 2;hasBoolean in interface PlanProto.DatumOrBuilderpublic boolean getBoolean()
optional bool boolean = 2;getBoolean in interface PlanProto.DatumOrBuilderpublic boolean hasInt4()
optional int32 int4 = 3;
int4, date
hasInt4 in interface PlanProto.DatumOrBuilderpublic int getInt4()
optional int32 int4 = 3;
int4, date
getInt4 in interface PlanProto.DatumOrBuilderpublic boolean hasInt8()
optional int64 int8 = 4;
int8, timestamp, and time
hasInt8 in interface PlanProto.DatumOrBuilderpublic long getInt8()
optional int64 int8 = 4;
int8, timestamp, and time
getInt8 in interface PlanProto.DatumOrBuilderpublic boolean hasFloat4()
optional float float4 = 5;hasFloat4 in interface PlanProto.DatumOrBuilderpublic float getFloat4()
optional float float4 = 5;getFloat4 in interface PlanProto.DatumOrBuilderpublic boolean hasFloat8()
optional double float8 = 6;hasFloat8 in interface PlanProto.DatumOrBuilderpublic double getFloat8()
optional double float8 = 6;getFloat8 in interface PlanProto.DatumOrBuilderpublic boolean hasText()
optional string text = 7;hasText in interface PlanProto.DatumOrBuilderpublic String getText()
optional string text = 7;getText in interface PlanProto.DatumOrBuilderpublic com.google.protobuf.ByteString getTextBytes()
optional string text = 7;getTextBytes in interface PlanProto.DatumOrBuilderpublic boolean hasBlob()
optional bytes blob = 8;hasBlob in interface PlanProto.DatumOrBuilderpublic com.google.protobuf.ByteString getBlob()
optional bytes blob = 8;getBlob in interface PlanProto.DatumOrBuilderpublic boolean hasInterval()
optional .Interval interval = 12;hasInterval in interface PlanProto.DatumOrBuilderpublic PlanProto.Interval getInterval()
optional .Interval interval = 12;getInterval in interface PlanProto.DatumOrBuilderpublic PlanProto.IntervalOrBuilder getIntervalOrBuilder()
optional .Interval interval = 12;getIntervalOrBuilder in interface PlanProto.DatumOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static PlanProto.Datum parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlanProto.Datum parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlanProto.Datum parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlanProto.Datum parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlanProto.Datum parseFrom(InputStream input) throws IOException
IOExceptionpublic static PlanProto.Datum parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PlanProto.Datum parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PlanProto.Datum parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PlanProto.Datum parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PlanProto.Datum parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PlanProto.Datum.Builder newBuilder()
public PlanProto.Datum.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PlanProto.Datum.Builder newBuilder(PlanProto.Datum prototype)
public PlanProto.Datum.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected PlanProto.Datum.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2015 Apache Software Foundation. All Rights Reserved.