| Package | Description |
|---|---|
| org.apache.calcite.config |
Configuration.
|
| org.apache.calcite.schema |
Schema SPI.
|
| Modifier and Type | Method and Description |
|---|---|
static CalciteConnectionProperty |
CalciteConnectionProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalciteConnectionProperty[] |
CalciteConnectionProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CalciteConnectionConfigImpl |
CalciteConnectionConfigImpl.set(CalciteConnectionProperty property,
String value)
Returns a copy of this configuration with one property changed.
|
| Modifier and Type | Method and Description |
|---|---|
static CalcitePrepare.Context |
Schemas.makeContext(CalciteConnection connection,
CalciteSchema schema,
List<String> schemaPath,
com.google.common.collect.ImmutableMap<CalciteConnectionProperty,String> propValues) |
static CalcitePrepare.CalciteSignature<Object> |
Schemas.prepare(CalciteConnection connection,
CalciteSchema schema,
List<String> schemaPath,
String sql,
com.google.common.collect.ImmutableMap<CalciteConnectionProperty,String> map)
Prepares a SQL query for execution.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.