Uses of Class
org.apache.pinot.common.request.HavingFilterQuery._Fields
-
Packages that use HavingFilterQuery._Fields Package Description org.apache.pinot.common.request -
-
Uses of HavingFilterQuery._Fields in org.apache.pinot.common.request
Fields in org.apache.pinot.common.request with type parameters of type HavingFilterQuery._Fields Modifier and Type Field Description static Map<HavingFilterQuery._Fields,org.apache.thrift.meta_data.FieldMetaData>HavingFilterQuery. metaDataMapMethods in org.apache.pinot.common.request that return HavingFilterQuery._Fields Modifier and Type Method Description HavingFilterQuery._FieldsHavingFilterQuery. fieldForId(int fieldId)static HavingFilterQuery._FieldsHavingFilterQuery._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static HavingFilterQuery._FieldsHavingFilterQuery._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static HavingFilterQuery._FieldsHavingFilterQuery._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.static HavingFilterQuery._FieldsHavingFilterQuery._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static HavingFilterQuery._Fields[]HavingFilterQuery._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pinot.common.request with parameters of type HavingFilterQuery._Fields Modifier and Type Method Description ObjectHavingFilterQuery. getFieldValue(HavingFilterQuery._Fields field)booleanHavingFilterQuery. isSet(HavingFilterQuery._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidHavingFilterQuery. setFieldValue(HavingFilterQuery._Fields field, Object value)
-