Class AbstractArrayFunction<T>
java.lang.Object
org.graylog.plugins.pipelineprocessor.ast.functions.AbstractFunction<T>
org.graylog.plugins.pipelineprocessor.functions.arrays.AbstractArrayFunction<T>
- All Implemented Interfaces:
Function<T>
- Direct Known Subclasses:
ArrayContains,ArrayRemove
-
Field Summary
Fields inherited from interface org.graylog.plugins.pipelineprocessor.ast.functions.Function
ERROR_FUNCTION, log -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.graylog.plugins.pipelineprocessor.ast.functions.AbstractFunction
preComputeConstantArgumentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog.plugins.pipelineprocessor.ast.functions.Function
descriptor, evaluate, preprocessArgs
-
Constructor Details
-
AbstractArrayFunction
public AbstractArrayFunction()
-