public class ExpressionModule extends Object implements org.apache.druid.initialization.DruidModule
| Modifier and Type | Field and Description |
|---|---|
static List<Class<? extends org.apache.druid.math.expr.ExprMacroTable.ExprMacro>> |
EXPR_MACROS |
| Constructor and Description |
|---|
ExpressionModule() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addExprMacro(com.google.inject.Binder binder,
Class<? extends org.apache.druid.math.expr.ExprMacroTable.ExprMacro> clazz) |
void |
configure(com.google.inject.Binder binder) |
List<? extends com.fasterxml.jackson.databind.Module> |
getJacksonModules() |
public void configure(com.google.inject.Binder binder)
configure in interface com.google.inject.Modulepublic List<? extends com.fasterxml.jackson.databind.Module> getJacksonModules()
getJacksonModules in interface org.apache.druid.initialization.DruidModulepublic static void addExprMacro(com.google.inject.Binder binder,
Class<? extends org.apache.druid.math.expr.ExprMacroTable.ExprMacro> clazz)
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.