Package org.apache.pinot.common.proto
Interface Plan.LiteralFieldOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Plan.LiteralField,Plan.LiteralField.Builder
- Enclosing class:
- Plan
public static interface Plan.LiteralFieldOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetBoolField()bool boolField = 1;doublegetDoubleField()double doubleField = 5;floatgetFloatField()float floatField = 4;intgetIntField()int32 intField = 2;Plan.LiteralField.LiteralFieldCasegetLiteralFieldCase()longgetLongField()int64 longField = 3;StringgetStringField()string stringField = 6;com.google.protobuf.ByteStringgetStringFieldBytes()string stringField = 6;booleanhasBoolField()bool boolField = 1;booleanhasDoubleField()double doubleField = 5;booleanhasFloatField()float floatField = 4;booleanhasIntField()int32 intField = 2;booleanhasLongField()int64 longField = 3;booleanhasStringField()string stringField = 6;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasBoolField
boolean hasBoolField()
bool boolField = 1;- Returns:
- Whether the boolField field is set.
-
getBoolField
boolean getBoolField()
bool boolField = 1;- Returns:
- The boolField.
-
hasIntField
boolean hasIntField()
int32 intField = 2;- Returns:
- Whether the intField field is set.
-
getIntField
int getIntField()
int32 intField = 2;- Returns:
- The intField.
-
hasLongField
boolean hasLongField()
int64 longField = 3;- Returns:
- Whether the longField field is set.
-
getLongField
long getLongField()
int64 longField = 3;- Returns:
- The longField.
-
hasFloatField
boolean hasFloatField()
float floatField = 4;- Returns:
- Whether the floatField field is set.
-
getFloatField
float getFloatField()
float floatField = 4;- Returns:
- The floatField.
-
hasDoubleField
boolean hasDoubleField()
double doubleField = 5;- Returns:
- Whether the doubleField field is set.
-
getDoubleField
double getDoubleField()
double doubleField = 5;- Returns:
- The doubleField.
-
hasStringField
boolean hasStringField()
string stringField = 6;- Returns:
- Whether the stringField field is set.
-
getStringField
String getStringField()
string stringField = 6;- Returns:
- The stringField.
-
getStringFieldBytes
com.google.protobuf.ByteString getStringFieldBytes()
string stringField = 6;- Returns:
- The bytes for stringField.
-
getLiteralFieldCase
Plan.LiteralField.LiteralFieldCase getLiteralFieldCase()
-
-