AbacusSql.Completion.autocomplete

You're seeing just the function autocomplete, go back to AbacusSql.Completion module for more information.
Link to this function

autocomplete(code, root_schema, context \\ [])

View Source

Specs

autocomplete(binary(), module(), any()) ::
  {:ok, [AbacusSql.Completion.Item.t()]} | {:error, any()}