Uses of Class
org.apache.pinot.spi.trace.FilterType
-
Packages that use FilterType Package Description org.apache.pinot.spi.trace -
-
Uses of FilterType in org.apache.pinot.spi.trace
Methods in org.apache.pinot.spi.trace that return FilterType Modifier and Type Method Description static FilterTypeFilterType. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterType[]FilterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pinot.spi.trace with parameters of type FilterType Modifier and Type Method Description default voidInvocationRecording. setFilter(FilterType filterType, String predicateType)If the operator is a filter, determines the filter type (scan or index) and the predicate type
-