Package | Description |
---|---|
io.prestosql.sql.relational |
Modifier and Type | Method and Description |
---|---|
static ConstantExpression |
Expressions.constant(Object value,
Type type) |
static ConstantExpression |
Expressions.constantNull(Type type) |
Modifier and Type | Method and Description |
---|---|
R |
RowExpressionVisitor.visitConstant(ConstantExpression literal,
C context) |
Copyright © 2012–2019. All rights reserved.