| Package | Description |
|---|---|
| org.apache.calcite.sql |
Provides a SQL parser and object model.
|
| org.apache.calcite.sql.parser |
Provides a SQL parser.
|
| Constructor and Description |
|---|
SqlIntervalLiteral(SqlIntervalLiteral.IntervalValue intervalValue,
SqlTypeName sqlTypeName,
SqlParserPos pos) |
| Modifier and Type | Method and Description |
|---|---|
static long |
SqlParserUtil.intervalToMillis(SqlIntervalLiteral.IntervalValue interval)
Converts the interval value into a millisecond representation.
|
static long |
SqlParserUtil.intervalToMonths(SqlIntervalLiteral.IntervalValue interval)
Converts the interval value into a months representation.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.