Class GPUdbRecord
Represent the data for a given record in GPUdb. Has convenience functions for encoding/decoding the data.
Create a GPUdbRecord object which holds the data for a given record.
Parameters
Decode binary encoded data (generally returned by GPUdb) using the schema for the data. Return the decoded data.
Parameters
Returns
Decode binary encoded data (generally returned by GPUdb) using the schema for the data. Return the decoded data.
Parameters
Returns
Decode binary encoded data in string form (generally returned by GPUdb). Return the decoded data.
Parameters
Returns
Decode JSON encoded data (generally returned by GPUdb) using the embedded dynamic schema for the data. Return the decoded data.
Parameters
Returns
Decode JSON encoded data (generally returned by GPUdb) using the embedded dynamic schema for the data. Return the decoded data.
Parameters
Returns
Given some column major data, convert it to row major data.
Parameters
Returns
Given some row major data, convert it to column major data.
Parameters
Returns
The type for this record.
The values for this record.
The values for this record.
The binary encoded values for this record.
The stringified JSON encoded values for this record.
Return a list of the column names of the record.
Return a list of the values of the record.
Insert this record into GPUdb.
Parameters
Returns