Method: Mongory::QueryMatcher#prepare_query
- Defined in:
- lib/mongory/query_matcher.rb
#prepare_query ⇒ void
This method returns an undefined value.
Prepares the query for execution by ensuring all necessary matchers are initialized. This is called before query execution to avoid premature matcher tree construction.
83 |
# File 'lib/mongory/query_matcher.rb', line 83 alias_method :prepare_query, :check_validity! |