| Package | Description |
|---|---|
| org.apache.calcite.jdbc |
JDBC driver for Calcite.
|
| org.apache.calcite.rel.type |
Defines a type system for relational expressions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaRecordType
Record type based on a Java class.
|
| Modifier and Type | Method and Description |
|---|---|
private Type |
JavaTypeFactoryImpl.createSyntheticType(RelRecordType type)
Creates a synthetic Java class whose fields have the same names and
relational types.
|
| Modifier and Type | Method and Description |
|---|---|
private RelDataType |
RelDataTypeFactoryImpl.copyRecordType(RelRecordType type,
boolean ignoreNullable,
boolean nullable) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.