Struct for PostgreSQL lexeme.
lexeme
word
positions
@type t() :: %Postgrex.Lexeme{ positions: [{pos_integer(), :A | :B | :C | nil}], word: String.t() }