Skip to content

Reduce the generator to a stock serializer, remove the migration flag, and document the extension hook #146

Description

@conradbzura

Description

With every operator migrated, delete the now-dead *_sql operator methods and reduce or replace BaseGIQLGenerator with per-target stock sqlglot serializers selected by the active target. Remove the GIQL_EXPAND migration flag and the legacy emit path. Document the registration extension hook, covering how a user registers a custom target with its capabilities and overrides an operator's expander.

Motivation

This reaches the literal pure-serializer end state and the point at which the registry becomes a supported public extension point, closing the epic.

Expected Outcome

The generator carries no custom operator methods, no decanonical_* calls, and no resolution logic; the feature flag and legacy path are gone; user-facing docs describe registering a custom dialect target and overriding operator expanders with a worked example; the full suite passes on DuckDB and DataFusion with no snapshot edits.

Metadata

Metadata

Assignees

No one assigned

    Labels

    refactorCode restructuring without behavior change

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions