| Package | Description |
|---|---|
| org.apache.calcite.rex |
Provides a language for representing row-expressions.
|
| org.apache.calcite.util |
Provides utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
RexLiteral.validConstant(Object o,
Litmus litmus)
Returns whether a value is valid as a constant value, using the same
criteria as
RexLiteral.valueMatchesType(java.lang.Comparable, org.apache.calcite.sql.type.SqlTypeName, boolean). |
| Modifier and Type | Field and Description |
|---|---|
static Litmus |
Litmus.THROW
Implementation of
Litmus that throws
an AssertionError on failure. |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.