| Package | Description |
|---|---|
| org.apache.calcite.jdbc |
JDBC driver for Calcite.
|
| org.apache.calcite.schema |
Schema SPI.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CalciteSchema.FunctionEntryImpl
Implementation of
CalciteSchema.FunctionEntry
where all properties are held in fields. |
| Modifier and Type | Method and Description |
|---|---|
static CalciteSchema.FunctionEntry |
Schemas.resolve(RelDataTypeFactory typeFactory,
String name,
Collection<CalciteSchema.FunctionEntry> functionEntries,
List<RelDataType> argumentTypes) |
| Modifier and Type | Method and Description |
|---|---|
static CalciteSchema.FunctionEntry |
Schemas.resolve(RelDataTypeFactory typeFactory,
String name,
Collection<CalciteSchema.FunctionEntry> functionEntries,
List<RelDataType> argumentTypes) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.