Class GPUdbRecordType
Represent the data type for a given record in GPUdb. Has convenience functions for creating the type in GPUdb (among others).
Create a GPUdbRecordType object which represents the data type for a given record for GPUdb.
Parameters
A list of columns for the record type.
A list of the names of the columns for the record type.
A label for the record type.
The schema string for the record type.
The avro schema for the record type.
The RecordType object for the record type.
The properties for the type’s columns.
The ID for the type, if it has already been registered with GPUdb.
Create the record type in GPUdb so that users can create tables using this type.
Parameters
Returns
Return the desired column; fetch by name or index.
Parameters
Returns