| Package | Description |
|---|---|
| org.apache.calcite.adapter.enumerable |
Query optimizer rules for Java calling convention.
|
| org.apache.calcite.jdbc |
JDBC driver for Calcite.
|
| Modifier and Type | Method and Description |
|---|---|
private ClassDeclaration |
EnumerableRelImplementor.classDecl(JavaTypeFactoryImpl.SyntheticRecordType type) |
| Modifier and Type | Field and Description |
|---|---|
private JavaTypeFactoryImpl.SyntheticRecordType |
JavaTypeFactoryImpl.RecordFieldImpl.syntheticType |
| Modifier and Type | Field and Description |
|---|---|
private Map<List<Pair<Type,Boolean>>,JavaTypeFactoryImpl.SyntheticRecordType> |
JavaTypeFactoryImpl.syntheticTypes |
| Modifier and Type | Method and Description |
|---|---|
private JavaTypeFactoryImpl.SyntheticRecordType |
JavaTypeFactoryImpl.register(JavaTypeFactoryImpl.SyntheticRecordType syntheticType) |
| Modifier and Type | Method and Description |
|---|---|
private JavaTypeFactoryImpl.SyntheticRecordType |
JavaTypeFactoryImpl.register(JavaTypeFactoryImpl.SyntheticRecordType syntheticType) |
| Constructor and Description |
|---|
RecordFieldImpl(JavaTypeFactoryImpl.SyntheticRecordType syntheticType,
String name,
Type type,
boolean nullable,
int modifiers) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.