public static class JavaTypeFactoryImpl.SyntheticRecordType extends Object implements Types.RecordType
| Modifier and Type | Field and Description |
|---|---|
(package private) List<Types.RecordField> |
fields |
private String |
name |
(package private) RelDataType |
relType |
| Modifier | Constructor and Description |
|---|---|
private |
SyntheticRecordType(RelDataType relType,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
List<Types.RecordField> |
getRecordFields() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTypeNamefinal List<Types.RecordField> fields
final RelDataType relType
private final String name
private SyntheticRecordType(RelDataType relType, String name)
public String getName()
getName in interface Types.RecordTypepublic List<Types.RecordField> getRecordFields()
getRecordFields in interface Types.RecordTypeCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.