Uses of Class
org.apache.pinot.common.proto.Plan.LiteralField
-
Packages that use Plan.LiteralField Package Description org.apache.pinot.common.proto -
-
Uses of Plan.LiteralField in org.apache.pinot.common.proto
Methods in org.apache.pinot.common.proto that return Plan.LiteralField Modifier and Type Method Description Plan.LiteralFieldPlan.LiteralField.Builder. build()Plan.LiteralFieldPlan.LiteralField.Builder. buildPartial()static Plan.LiteralFieldPlan.LiteralField. getDefaultInstance()Plan.LiteralFieldPlan.LiteralField.Builder. getDefaultInstanceForType()Plan.LiteralFieldPlan.LiteralField. getDefaultInstanceForType()Plan.LiteralFieldPlan.MemberVariableField.Builder. getLiteralField().org.apache.pinot.common.proto.LiteralField literalField = 1;Plan.LiteralFieldPlan.MemberVariableField. getLiteralField().org.apache.pinot.common.proto.LiteralField literalField = 1;Plan.LiteralFieldPlan.MemberVariableFieldOrBuilder. getLiteralField().org.apache.pinot.common.proto.LiteralField literalField = 1;static Plan.LiteralFieldPlan.LiteralField. parseDelimitedFrom(InputStream input)static Plan.LiteralFieldPlan.LiteralField. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Plan.LiteralFieldPlan.LiteralField. parseFrom(byte[] data)static Plan.LiteralFieldPlan.LiteralField. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Plan.LiteralFieldPlan.LiteralField. parseFrom(com.google.protobuf.ByteString data)static Plan.LiteralFieldPlan.LiteralField. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Plan.LiteralFieldPlan.LiteralField. parseFrom(com.google.protobuf.CodedInputStream input)static Plan.LiteralFieldPlan.LiteralField. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Plan.LiteralFieldPlan.LiteralField. parseFrom(InputStream input)static Plan.LiteralFieldPlan.LiteralField. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Plan.LiteralFieldPlan.LiteralField. parseFrom(ByteBuffer data)static Plan.LiteralFieldPlan.LiteralField. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.apache.pinot.common.proto that return types with arguments of type Plan.LiteralField Modifier and Type Method Description com.google.protobuf.Parser<Plan.LiteralField>Plan.LiteralField. getParserForType()static com.google.protobuf.Parser<Plan.LiteralField>Plan.LiteralField. parser()Methods in org.apache.pinot.common.proto with parameters of type Plan.LiteralField Modifier and Type Method Description Plan.LiteralField.BuilderPlan.LiteralField.Builder. mergeFrom(Plan.LiteralField other)Plan.MemberVariableField.BuilderPlan.MemberVariableField.Builder. mergeLiteralField(Plan.LiteralField value).org.apache.pinot.common.proto.LiteralField literalField = 1;static Plan.LiteralField.BuilderPlan.LiteralField. newBuilder(Plan.LiteralField prototype)Plan.MemberVariableField.BuilderPlan.MemberVariableField.Builder. setLiteralField(Plan.LiteralField value).org.apache.pinot.common.proto.LiteralField literalField = 1;
-