Package org.apache.pinot.common.proto
Class Plan.LiteralField
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- org.apache.pinot.common.proto.Plan.LiteralField
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable,Plan.LiteralFieldOrBuilder
- Enclosing class:
- Plan
public static final class Plan.LiteralField extends com.google.protobuf.GeneratedMessageV3 implements Plan.LiteralFieldOrBuilder
LiteralField defines the serialized format of a literal field.
Protobuf typeorg.apache.pinot.common.proto.LiteralField- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlan.LiteralField.BuilderLiteralField defines the serialized format of a literal field.static classPlan.LiteralField.LiteralFieldCase-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intBOOLFIELD_FIELD_NUMBERstatic intDOUBLEFIELD_FIELD_NUMBERstatic intFLOATFIELD_FIELD_NUMBERstatic intINTFIELD_FIELD_NUMBERstatic intLONGFIELD_FIELD_NUMBERstatic intSTRINGFIELD_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description booleanequals(Object obj)booleangetBoolField()bool boolField = 1;static Plan.LiteralFieldgetDefaultInstance()Plan.LiteralFieldgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()doublegetDoubleField()double doubleField = 5;floatgetFloatField()float floatField = 4;intgetIntField()int32 intField = 2;Plan.LiteralField.LiteralFieldCasegetLiteralFieldCase()longgetLongField()int64 longField = 3;com.google.protobuf.Parser<Plan.LiteralField>getParserForType()intgetSerializedSize()StringgetStringField()string stringField = 6;com.google.protobuf.ByteStringgetStringFieldBytes()string stringField = 6;com.google.protobuf.UnknownFieldSetgetUnknownFields()booleanhasBoolField()bool boolField = 1;booleanhasDoubleField()double doubleField = 5;booleanhasFloatField()float floatField = 4;inthashCode()booleanhasIntField()int32 intField = 2;booleanhasLongField()int64 longField = 3;booleanhasStringField()string stringField = 6;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Plan.LiteralField.BuildernewBuilder()static Plan.LiteralField.BuildernewBuilder(Plan.LiteralField prototype)Plan.LiteralField.BuildernewBuilderForType()protected Plan.LiteralField.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static Plan.LiteralFieldparseDelimitedFrom(InputStream input)static Plan.LiteralFieldparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Plan.LiteralFieldparseFrom(byte[] data)static Plan.LiteralFieldparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Plan.LiteralFieldparseFrom(com.google.protobuf.ByteString data)static Plan.LiteralFieldparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Plan.LiteralFieldparseFrom(com.google.protobuf.CodedInputStream input)static Plan.LiteralFieldparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Plan.LiteralFieldparseFrom(InputStream input)static Plan.LiteralFieldparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Plan.LiteralFieldparseFrom(ByteBuffer data)static Plan.LiteralFieldparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Plan.LiteralField>parser()Plan.LiteralField.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
BOOLFIELD_FIELD_NUMBER
public static final int BOOLFIELD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INTFIELD_FIELD_NUMBER
public static final int INTFIELD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LONGFIELD_FIELD_NUMBER
public static final int LONGFIELD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FLOATFIELD_FIELD_NUMBER
public static final int FLOATFIELD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DOUBLEFIELD_FIELD_NUMBER
public static final int DOUBLEFIELD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STRINGFIELD_FIELD_NUMBER
public static final int STRINGFIELD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getLiteralFieldCase
public Plan.LiteralField.LiteralFieldCase getLiteralFieldCase()
- Specified by:
getLiteralFieldCasein interfacePlan.LiteralFieldOrBuilder
-
hasBoolField
public boolean hasBoolField()
bool boolField = 1;- Specified by:
hasBoolFieldin interfacePlan.LiteralFieldOrBuilder- Returns:
- Whether the boolField field is set.
-
getBoolField
public boolean getBoolField()
bool boolField = 1;- Specified by:
getBoolFieldin interfacePlan.LiteralFieldOrBuilder- Returns:
- The boolField.
-
hasIntField
public boolean hasIntField()
int32 intField = 2;- Specified by:
hasIntFieldin interfacePlan.LiteralFieldOrBuilder- Returns:
- Whether the intField field is set.
-
getIntField
public int getIntField()
int32 intField = 2;- Specified by:
getIntFieldin interfacePlan.LiteralFieldOrBuilder- Returns:
- The intField.
-
hasLongField
public boolean hasLongField()
int64 longField = 3;- Specified by:
hasLongFieldin interfacePlan.LiteralFieldOrBuilder- Returns:
- Whether the longField field is set.
-
getLongField
public long getLongField()
int64 longField = 3;- Specified by:
getLongFieldin interfacePlan.LiteralFieldOrBuilder- Returns:
- The longField.
-
hasFloatField
public boolean hasFloatField()
float floatField = 4;- Specified by:
hasFloatFieldin interfacePlan.LiteralFieldOrBuilder- Returns:
- Whether the floatField field is set.
-
getFloatField
public float getFloatField()
float floatField = 4;- Specified by:
getFloatFieldin interfacePlan.LiteralFieldOrBuilder- Returns:
- The floatField.
-
hasDoubleField
public boolean hasDoubleField()
double doubleField = 5;- Specified by:
hasDoubleFieldin interfacePlan.LiteralFieldOrBuilder- Returns:
- Whether the doubleField field is set.
-
getDoubleField
public double getDoubleField()
double doubleField = 5;- Specified by:
getDoubleFieldin interfacePlan.LiteralFieldOrBuilder- Returns:
- The doubleField.
-
hasStringField
public boolean hasStringField()
string stringField = 6;- Specified by:
hasStringFieldin interfacePlan.LiteralFieldOrBuilder- Returns:
- Whether the stringField field is set.
-
getStringField
public String getStringField()
string stringField = 6;- Specified by:
getStringFieldin interfacePlan.LiteralFieldOrBuilder- Returns:
- The stringField.
-
getStringFieldBytes
public com.google.protobuf.ByteString getStringFieldBytes()
string stringField = 6;- Specified by:
getStringFieldBytesin interfacePlan.LiteralFieldOrBuilder- Returns:
- The bytes for stringField.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Plan.LiteralField parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Plan.LiteralField parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Plan.LiteralField parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Plan.LiteralField parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Plan.LiteralField parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Plan.LiteralField parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Plan.LiteralField parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Plan.LiteralField parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Plan.LiteralField parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Plan.LiteralField parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Plan.LiteralField parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Plan.LiteralField parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Plan.LiteralField.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Plan.LiteralField.Builder newBuilder()
-
newBuilder
public static Plan.LiteralField.Builder newBuilder(Plan.LiteralField prototype)
-
toBuilder
public Plan.LiteralField.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Plan.LiteralField.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Plan.LiteralField getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Plan.LiteralField> parser()
-
getParserForType
public com.google.protobuf.Parser<Plan.LiteralField> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Plan.LiteralField getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-