Uses of Class
org.apache.pinot.sql.FilterKind
-
Packages that use FilterKind Package Description org.apache.pinot.sql -
-
Uses of FilterKind in org.apache.pinot.sql
Methods in org.apache.pinot.sql that return FilterKind Modifier and Type Method Description static FilterKindFilterKind. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterKind[]FilterKind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-