Postgrex.Lexeme (Postgrex v0.20.0)
View SourceStruct for PostgreSQL lexeme.
Fields
wordpositions
Summary
Types
@type t() :: %Postgrex.Lexeme{ positions: [{pos_integer(), :A | :B | :C | nil}], word: String.t() }
Struct for PostgreSQL lexeme.
wordpositions@type t() :: %Postgrex.Lexeme{ positions: [{pos_integer(), :A | :B | :C | nil}], word: String.t() }