Package org.apache.calcite.linq4j.tree
Interface Types.RecordType
-
- All Superinterfaces:
Type
- Enclosing class:
- Types
public static interface Types.RecordType extends Type
Base class for record-like types that do not mapped to (currently loaded) JavaClassobjects. 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()List<Types.RecordField>getRecordFields()-
Methods inherited from interface java.lang.reflect.Type
getTypeName
-
-
-
-
Method Detail
-
getRecordFields
List<Types.RecordField> getRecordFields()
-
getName
String getName()
-
-