App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine.ext.ndb.query.PostFilterNode Class Reference
Inheritance diagram for google.appengine.ext.ndb.query.PostFilterNode:
google.appengine.ext.ndb.query.Node

Public Member Functions

def __new__
 
def __repr__
 
def __eq__
 
- Public Member Functions inherited from google.appengine.ext.ndb.query.Node
def __new__
 
def __eq__
 
def __ne__
 
def resolve
 

Public Attributes

 predicate
 

Detailed Description

Tree node representing an in-memory filtering operation.

This is used to represent filters that cannot be executed by the
datastore, for example a query for a structured value.

The documentation for this class was generated from the following file: