public final class Expressions extends Object
| Modifier and Type | Method and Description |
|---|---|
static CallExpression |
call(Signature signature,
Type returnType,
List<RowExpression> arguments) |
static CallExpression |
call(Signature signature,
Type returnType,
RowExpression... arguments) |
static ConstantExpression |
constant(Object value,
Type type) |
static ConstantExpression |
constantNull(Type type) |
static InputReferenceExpression |
field(int field,
Type type) |
static List<RowExpression> |
subExpressions(Iterable<RowExpression> expressions) |
public static ConstantExpression constant(Object value, Type type)
public static ConstantExpression constantNull(Type type)
public static CallExpression call(Signature signature, Type returnType, RowExpression... arguments)
public static CallExpression call(Signature signature, Type returnType, List<RowExpression> arguments)
public static InputReferenceExpression field(int field, Type type)
public static List<RowExpression> subExpressions(Iterable<RowExpression> expressions)
Copyright © 2012–2019. All rights reserved.