| Package | Description |
|---|---|
| org.apache.calcite.rex |
Provides a language for representing row-expressions.
|
| org.apache.calcite.sql |
Provides a SQL parser and object model.
|
| org.apache.calcite.util |
Provides utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
RexLiteral |
RexBuilder.makeDateLiteral(DateString date)
Creates a Date literal.
|
| Modifier and Type | Method and Description |
|---|---|
protected DateString |
SqlDateLiteral.getDate()
Converts this literal to a
DateString. |
| Modifier and Type | Method and Description |
|---|---|
static SqlDateLiteral |
SqlLiteral.createDate(DateString date,
SqlParserPos pos) |
| Constructor and Description |
|---|
SqlDateLiteral(DateString d,
SqlParserPos pos) |
| Modifier and Type | Method and Description |
|---|---|
static DateString |
DateString.fromCalendarFields(Calendar calendar)
Creates a DateString from a Calendar.
|
static DateString |
DateString.fromDaysSinceEpoch(int days)
Creates a DateString that is a given number of days since the epoch.
|
DateString |
TimestampWithTimeZoneString.getLocalDateString() |
| Modifier and Type | Method and Description |
|---|---|
int |
DateString.compareTo(DateString o) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.