Package | Description |
---|---|
io.druid.math.expr |
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) |
Copyright © 2011–2017. All rights reserved.