Giza.SphinxQL.select

You're seeing just the function select, go back to Giza.SphinxQL module for more information.
Link to this function

select(query, fields)

Return a SphinxQL query augmented with a select statement. Either a string (binary) or list of fields is acceptable input.

Examples

iex> Giza.SphinxQL.new() |> Giza.SphinxQL.select(["id", "WEIGHT() as w"])