Mariaex v0.8.2 Mariaex.RowParser

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.

Summary

Functions

decode_bin_rows(row, fields, nullint)
decode_init(columns)
decode_text_init(columns)
decode_text_rows(binary, fields)