Uses of Class
org.apache.pinot.common.proto.Plan.LiteralField.LiteralFieldCase
-
Packages that use Plan.LiteralField.LiteralFieldCase Package Description org.apache.pinot.common.proto -
-
Uses of Plan.LiteralField.LiteralFieldCase in org.apache.pinot.common.proto
Methods in org.apache.pinot.common.proto that return Plan.LiteralField.LiteralFieldCase Modifier and Type Method Description static Plan.LiteralField.LiteralFieldCasePlan.LiteralField.LiteralFieldCase. forNumber(int value)Plan.LiteralField.LiteralFieldCasePlan.LiteralField.Builder. getLiteralFieldCase()Plan.LiteralField.LiteralFieldCasePlan.LiteralField. getLiteralFieldCase()Plan.LiteralField.LiteralFieldCasePlan.LiteralFieldOrBuilder. getLiteralFieldCase()static Plan.LiteralField.LiteralFieldCasePlan.LiteralField.LiteralFieldCase. valueOf(int value)Deprecated.static Plan.LiteralField.LiteralFieldCasePlan.LiteralField.LiteralFieldCase. valueOf(String name)Returns the enum constant of this type with the specified name.static Plan.LiteralField.LiteralFieldCase[]Plan.LiteralField.LiteralFieldCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-