Package org.apache.pinot.spi.utils
Class CommonConstants.Query.Request.PayloadType
- java.lang.Object
-
- org.apache.pinot.spi.utils.CommonConstants.Query.Request.PayloadType
-
- Enclosing class:
- CommonConstants.Query.Request
public static class CommonConstants.Query.Request.PayloadType extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringBROKER_REQUESTstatic StringSQL
-
Constructor Summary
Constructors Constructor Description PayloadType()
-
-
-
Field Detail
-
SQL
public static final String SQL
- See Also:
- Constant Field Values
-
BROKER_REQUEST
public static final String BROKER_REQUEST
- See Also:
- Constant Field Values
-
-