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.
Link to this function

has_named_binding?(queryable, key)

View Source

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.