Packages

Convert Abacus expression into Ecto DSL expressions, and use them for where, selects, order_by, group_by or having clauses.

Current section

Files

Jump to
abacus_sql lib test_support macro_module.ex
Raw

lib/test_support/macro_module.ex

defmodule AbacusSqlTest.MacroModule do
# @spec convert_ast(any, Ecto.Query.t, list, integer) :: {any, Ecto.Query.t, list}
# def convert_ast(term, query, params, _root) do
# IO.puts "I'm in a macro module!"
# {term, query, params}
# end
end