◆ DecodeRawBinaryDataUsingTypeIDs< T >() [1/2]
| inline |
Given IDs of records types registered with Kinetica, decode binary data into distinct records (objects).
Template Parameters
| T | The type of the records. |
Parameters
| type_ids | The IDs for each of the records’ types. |
| records_binary | The binary encoded data to be decoded. |
| records | The decoded objects/records. |
Type Constraints
| T | : | new() |
Definition at line 1104 of file Kinetica.cs.
◆ DecodeRawBinaryDataUsingTypeIDs< T >() [2/2]
| inline |
Given IDs of records types registered with Kinetica, decode binary data into distinct records (objects).
Template Parameters
| T | The type of the records. |
Parameters
| type_ids | The IDs for each of the lists of records. |
| lists_records_binary | The binary encoded data to be decoded in a 2d list. |
| record_lists | The decoded objects/records in a 2d list. |
Type Constraints
| T | : | new() |
Definition at line 1133 of file Kinetica.cs.