◆ DecodeRawBinaryDataUsingSchemaString< T >() [1/2]
| inline |
Given a list of schema strings, decode binary data into distinct records (objects).
Template Parameters
| T | The type of the records. |
Parameters
| schema_strings | The schemas for the records. |
| lists_records_binary | The binary encoded data to be decoded (the data is in a 2D list). |
| record_lists | The decoded objects/records in a 2d list. |
Type Constraints
| T | : | new() |
Definition at line 1064 of file Kinetica.cs.
◆ DecodeRawBinaryDataUsingSchemaString< T >() [2/2]
| inline |
Given a schema string for a certain record type, decode binary data into distinct records (objects).
Template Parameters
| T | The type of the records. |
Parameters
| schema_string | The schema for the records. |
| records_binary | The binary encoded data to be decoded. |
| records | The decoded objects/records. |
Type Constraints
| T | : | new() |
Definition at line 1040 of file Kinetica.cs.