Uses of Annotation Interface
org.apache.druid.annotations.SuppressFBWarnings
Packages that use SuppressFBWarnings
Package
Description
-
Uses of SuppressFBWarnings in org.apache.druid.math.expr
Methods in org.apache.druid.math.expr with annotations of type SuppressFBWarningsModifier and TypeMethodDescriptionFunction.CaseSearchedFunc.apply(List<Expr> args, Expr.ObjectBinding bindings) booleanFunction.CaseSearchedFunc.canVectorize(Expr.InputBindingInspector inspector, List<Expr> args) -
Uses of SuppressFBWarnings in org.apache.druid.math.expr.vector
Methods in org.apache.druid.math.expr.vector with annotations of type SuppressFBWarningsModifier and TypeMethodDescriptionstatic <T> ExprVectorProcessor<T>VectorConditionalProcessors.caseSimpleFunction(Expr.VectorInputBindingInspector inspector, List<Expr> args) -
Uses of SuppressFBWarnings in org.apache.druid.segment.index
Methods in org.apache.druid.segment.index with annotations of type SuppressFBWarningsModifier and TypeMethodDescriptionIndexedUtf8ValueIndexes.forSortedValues(SortedSet<String> values) IndexedUtf8ValueIndexes.forSortedValuesUtf8(List<ByteBuffer> sortedValuesUtf8)