LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
    • Overview
    • Caches
    • Callbacks
    • Documents
    • Document loaders
    • Embeddings
    • Exceptions
    • Language models
    • Serialization
    • Output parsers
    • Prompts
    • Rate limiters
    • Retrievers
    • Runnables
    • Utilities
    • Vector stores
    MCP Adapters
    Standard Tests
    Text Splitters
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    OverviewCachesCallbacksDocumentsDocument loadersEmbeddingsExceptionsLanguage modelsSerializationOutput parsersPromptsRate limitersRetrieversRunnablesUtilitiesVector stores
    MCP Adapters
    Standard Tests
    Text Splitters
    Language
    Theme
    Pythonlangchain-corestructured_query
    Module●Since v0.1

    structured_query

    Internal representation of a structured query language.

    Classes

    class
    Visitor

    Defines interface for IR translation using a visitor pattern.

    class
    Expr

    Base class for all expressions.

    class
    Operator

    Enumerator of the operations.

    class
    Comparator

    Enumerator of the comparison operators.

    class
    FilterDirective

    Filtering expression.

    class
    Comparison

    Comparison to a value.

    class
    Operation

    Logical operation over other directives.

    class
    StructuredQuery

    Structured query.

    View source on GitHub