from __future__ import annotations import typing as t import sqlglot E = t.TypeVar("E", bound="sqlglot.exp.Expression") T = t.TypeVar("T")