AbacusSql.Term.to_ecto_term

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

to_ecto_term(query, term, params \\ [], opts \\ [])

View Source

Specs

to_ecto_term(Ecto.Query.t(), AbacusSql.t(), list(), AbacusSql.options()) ::
  {:ok, Ecto.Query.t(), expr :: tuple(), params :: list()}