* Parses the udt information from the row * @param udtInfo * @param {Row} row * @returns {Promise } * @abstract
(udtInfo, row)
| 255 | * @abstract |
| 256 | */ |
| 257 | _parseUdt(udtInfo, row) { |
| 258 | } |
| 259 | |
| 260 | /** |
| 261 | * Builds the metadata based on the table and column rows |