Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 365631
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T13:33:20+00:00 2026-05-12T13:33:20+00:00

This page describes an ‘IN’ operator that can be used in GAE Datastore to

  • 0

This page describes an ‘IN’ operator that can be used in GAE Datastore to compare a field against a list of possible matches, not just a single value:

However this is for Python. In Java (App Engine 1.2.5), trying

query.setFilter("someField IN param");

on my javax.jdo.query fires a JDOUserException ‘Portion of expression could not be parsed: IN param’.

Is there a way this can be done?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T13:33:20+00:00Added an answer on May 12, 2026 at 1:33 pm

    The Python version of IN is actually implemented in application-level code (which you can examine since it’s part of the open-sourced App Engine SDK): essentially, a query with an IN like yours becomes N queries with == (where N == len(param)) and the results of those N queries are merged back as the overall result.

    While it’s arguably convenient to have this functionality as part of Google-supplied source code, there’s really no added value beyond this convenience, and in particular there is no performance advantage wrt just doing it in your own code. So, I’m not surprised that this minor tweak was (at least so far) not added to the Java version…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

On this page there is a list of footer links that have a little
Can anyone link me to a page that describes memory allocations for iPhone apps.
This page indicates that TabPage has a GotFocus event, but in Visual Studio 2008
This page describes how to override the drawHighlightIndicator/drawSelectionIndicators methods for the header of a
I found a web page that describes how to create a gradient panel in
In wxWiki i found this page http://wiki.wxwidgets.org/Converting_everything_to_and_from_wxString . It describes how to convert int
This page: http://blog.ostermiller.org/convert-java-outputstream-inputstream describes how to create an InputStream from OutputStream: new ByteArrayInputStream(out.toByteArray()) Other
A slug is part of a URL that describes or titles a page and
This page describes all steps to edit RC: http://msdn.microsoft.com/en-us/library/dd456813.aspx Those are easy steps, pretty
This blog post (slightly annoying page there) (and that's not my blog by the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.