| Package | Description |
|---|---|
| org.apache.calcite.sql |
Provides a SQL parser and object model.
|
| Modifier and Type | Method and Description |
|---|---|
SqlNumericLiteral |
SqlNumericLiteral.clone(SqlParserPos pos) |
static SqlNumericLiteral |
SqlLiteral.createApproxNumeric(String s,
SqlParserPos pos) |
static SqlNumericLiteral |
SqlLiteral.createExactNumeric(String s,
SqlParserPos pos) |
static SqlNumericLiteral |
SqlLiteral.createNegative(SqlNumericLiteral num,
SqlParserPos pos) |
| Modifier and Type | Method and Description |
|---|---|
static SqlNumericLiteral |
SqlLiteral.createNegative(SqlNumericLiteral num,
SqlParserPos pos) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.