Ecto.Query.has_named_binding-question-mark
You're seeing just the function
has_named_binding-question-mark
, go back to Ecto.Query module for more information.
Returns true
if the query has a binding with the given name, otherwise false
.
For more information on named bindings see "Named bindings" in this module doc.