Class NestedDataExpressions.JsonMergeExprMacro
- java.lang.Object
-
- org.apache.druid.query.expression.NestedDataExpressions.JsonMergeExprMacro
-
- All Implemented Interfaces:
ExprMacroTable.ExprMacro
,NamedFunction
- Enclosing class:
- NestedDataExpressions
public static class NestedDataExpressions.JsonMergeExprMacro extends Object implements ExprMacroTable.ExprMacro
-
-
Constructor Summary
Constructors Constructor Description JsonMergeExprMacro(com.fasterxml.jackson.databind.ObjectMapper jsonMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Expr
apply(List<Expr> args)
String
name()
Name of the function-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.druid.math.expr.NamedFunction
processingFailed, validationFailed, validationFailed, validationHelperCheckAnyOfArgumentCount, validationHelperCheckArgIsLiteral, validationHelperCheckArgumentCount, validationHelperCheckArgumentCount, validationHelperCheckArgumentRange, validationHelperCheckLambaArgumentCount, validationHelperCheckMinArgumentCount, validationHelperCheckMinArgumentCount
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public String name()
Description copied from interface:NamedFunction
Name of the function- Specified by:
name
in interfaceNamedFunction
-
apply
public Expr apply(List<Expr> args)
- Specified by:
apply
in interfaceExprMacroTable.ExprMacro
-
-