class ActiveRecord::StatementCache

def self.partial_query(values)

def self.partial_query(values)
  PartialQuery.new(values)
end