| Package | Description | 
|---|---|
| io.druid.math.expr | |
| io.druid.sql.calcite.expression | 
| Modifier and Type | Method and Description | 
|---|---|
abstract ExprType | 
ExprEval.type()  | 
static ExprType | 
ExprType.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ExprType[] | 
ExprType.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract ExprEval | 
ExprEval.castTo(ExprType castTo)  | 
static ExprEval | 
ExprEval.of(boolean value,
  ExprType type)  | 
| Modifier and Type | Method and Description | 
|---|---|
static ExprType | 
Expressions.exprTypeForValueType(ValueType valueType)  | 
Copyright © 2011–2018. All rights reserved.