| Package | Description |
|---|---|
| org.apache.calcite.sql |
Provides a SQL parser and object model.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
SqlJdbcFunctionCall.PermutingMakeCall
Implementation of
SqlJdbcFunctionCall.MakeCall that can re-order or ignore operands. |
static class |
SqlJdbcFunctionCall.SimpleMakeCall
Converter that calls a built-in function with the same arguments.
|
| Modifier and Type | Field and Description |
|---|---|
private SqlJdbcFunctionCall.MakeCall |
SqlJdbcFunctionCall.lookupMakeCallObj |
| Modifier and Type | Field and Description |
|---|---|
private Map<String,SqlJdbcFunctionCall.MakeCall> |
SqlJdbcFunctionCall.JdbcToInternalLookupTable.map |
| Modifier and Type | Method and Description |
|---|---|
SqlJdbcFunctionCall.MakeCall |
SqlJdbcFunctionCall.JdbcToInternalLookupTable.lookup(String name)
Tries to lookup a given function name JDBC to an internal
representation.
|
private SqlJdbcFunctionCall.MakeCall |
SqlJdbcFunctionCall.JdbcToInternalLookupTable.simple(SqlOperator operator) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.