Class JavaRecordType

All Implemented Interfaces:
Serializable, RelDataType, RelDataTypeFamily

public class JavaRecordType extends RelRecordType
Record type based on a Java class. The fields of the type are the fields of the class.

NOTE: This class is experimental and subject to change/removal without notice.

See Also: