public class Evals extends Object
Constructor and Description |
---|
Evals() |
Modifier and Type | Method and Description |
---|---|
static boolean |
asBoolean(double x) |
static boolean |
asBoolean(long x) |
static boolean |
asBoolean(String x) |
static double |
asDouble(boolean x) |
static long |
asLong(boolean x) |
static String |
asString(boolean x) |
static Expr |
binaryOp(io.druid.math.expr.BinaryOpExprBase binary,
Expr left,
Expr right) |
static boolean |
isAllConstants(Expr... exprs) |
static boolean |
isAllConstants(List<Expr> exprs) |
public static boolean isAllConstants(Expr... exprs)
public static Expr binaryOp(io.druid.math.expr.BinaryOpExprBase binary, Expr left, Expr right)
public static long asLong(boolean x)
public static double asDouble(boolean x)
public static String asString(boolean x)
public static boolean asBoolean(long x)
public static boolean asBoolean(double x)
public static boolean asBoolean(String x)
Copyright © 2011–2017. All rights reserved.