public abstract class TrimExprMacro extends Object implements ExprMacroTable.ExprMacro
| Modifier and Type | Class and Description |
|---|---|
static class |
TrimExprMacro.BothTrimExprMacro |
static class |
TrimExprMacro.LeftTrimExprMacro |
static class |
TrimExprMacro.RightTrimExprMacro |
| Constructor and Description |
|---|
TrimExprMacro(String name,
io.druid.query.expression.TrimExprMacro.TrimMode mode) |
public TrimExprMacro(String name, io.druid.query.expression.TrimExprMacro.TrimMode mode)
public String name()
name in interface ExprMacroTable.ExprMacropublic Expr apply(List<Expr> args)
apply in interface ExprMacroTable.ExprMacroCopyright © 2011–2018. All rights reserved.