public class ExpressionUtil extends Object
Modifier and Type | Method and Description |
---|---|
static LiteralExpression |
getConstantExpression(Expression expression,
ImmutableBytesWritable ptr) |
static LiteralExpression |
getNullExpression(Expression expression) |
static boolean |
isConstant(Expression expression) |
static boolean |
isNull(Expression expression,
ImmutableBytesWritable ptr) |
public static boolean isConstant(Expression expression)
public static LiteralExpression getConstantExpression(Expression expression, ImmutableBytesWritable ptr) throws SQLException
SQLException
public static boolean isNull(Expression expression, ImmutableBytesWritable ptr)
public static LiteralExpression getNullExpression(Expression expression) throws SQLException
SQLException
Copyright © 2015 Apache Software Foundation. All Rights Reserved.