OData Query
latest
  • Getting Started
  • Using OData with Django
  • Using OData with SQLAlchemy
  • Using OData with raw SQL
  • Parsing OData
  • Working with the AST
  • Deviations and Extensions to the OData Spec
  • Glossary
  • How to contribute
  • Changelog
  • API Docs
    • odata_query
      • odata_query package
OData Query
  • API Docs
  • odata_query
  • Edit on GitHub

odata_query

  • odata_query package
    • Subpackages
      • odata_query.django package
        • Submodules
        • Module contents
      • odata_query.sql package
        • Submodules
        • Module contents
      • odata_query.sqlalchemy package
        • Submodules
        • Module contents
    • Submodules
      • odata_query.ast module
        • Add
        • All
        • And
        • Any
        • Attribute
        • BinOp
        • BoolOp
        • Boolean
        • Call
        • CollectionLambda
        • Compare
        • Date
        • DateTime
        • Div
        • Duration
        • Eq
        • Float
        • GUID
        • Geography
        • Gt
        • GtE
        • Identifier
        • In
        • Integer
        • Lambda
        • List
        • Lt
        • LtE
        • Mod
        • Mult
        • NamedParam
        • Not
        • NotEq
        • Null
        • Or
        • String
        • Sub
        • Time
        • USub
        • UnaryOp
      • odata_query.exceptions module
        • ArgumentCountException
        • ArgumentTypeException
        • FunctionCallException
        • InvalidFieldException
        • ODataException
        • ODataSyntaxError
        • ParsingException
        • TokenizingException
        • TypeException
        • UnknownFunctionException
        • UnsupportedFunctionException
        • ValueException
      • odata_query.grammar module
        • ODataLexer
        • ODataParser
      • odata_query.rewrite module
        • AliasRewriter
        • IdentifierStripper
      • odata_query.roundtrip module
        • AstToODataVisitor
      • odata_query.typing module
        • infer_return_type()
        • infer_type()
        • typecheck()
      • odata_query.utils module
        • expression_relative_to_identifier()
      • odata_query.visitor module
        • NodeTransformer
        • NodeVisitor
        • iter_dataclass_fields()
    • Module contents
Previous Next

© Copyright 2021, Gorillini NV. Revision 2d30c4a9.

Built with Sphinx using a theme provided by Read the Docs.