Uses of Class
org.apache.pinot.common.response.broker.BrokerResponseNative
-
Packages that use BrokerResponseNative Package Description org.apache.pinot.common.response.broker -
-
Uses of BrokerResponseNative in org.apache.pinot.common.response.broker
Fields in org.apache.pinot.common.response.broker declared as BrokerResponseNative Modifier and Type Field Description static BrokerResponseNativeBrokerResponseNative. BROKER_ONLY_EXPLAIN_PLAN_OUTPUTstatic BrokerResponseNativeBrokerResponseNative. EMPTY_RESULTstatic BrokerResponseNativeBrokerResponseNative. NO_TABLE_RESULTstatic BrokerResponseNativeBrokerResponseNative. TABLE_DOES_NOT_EXISTMethods in org.apache.pinot.common.response.broker that return BrokerResponseNative Modifier and Type Method Description static BrokerResponseNativeBrokerResponseNative. empty()Get a new emptyBrokerResponseNative.static BrokerResponseNativeBrokerResponseNative. fromJsonString(String jsonString)
-