Mariaex v0.9.1 Mariaex.RowParser View Source

Parse a row of the MySQL protocol

This parser makes extensive use of binary pattern matching and recursion to take advantage of Erlang’s optimizer that will not create sub binaries when called recusively.

Link to this section Summary

Link to this section Functions

Link to this function decode_bin_rows(row, fields, nullint, datetime, json_library) View Source
Link to this function decode_text_init(columns) View Source
Link to this function decode_text_rows(binary, fields, datetime, json_library) View Source