Package org.apache.calcite.linq4j.tree
Interface Types.RecordType
- All Superinterfaces:
Type
- All Known Implementing Classes:
JavaTypeFactoryImpl.SyntheticRecordType
- Enclosing class:
- Types
Base class for record-like types that do not mapped to (currently
loaded) Java
Class
objects. Gives the opportunity to generate
code that references temporary types, then generate classes for those
types along with the code that uses them.-
Method Summary
Methods inherited from interface java.lang.reflect.Type
getTypeName
-
Method Details
-
getRecordFields
List<Types.RecordField> getRecordFields() -
getName
String getName()
-