Skip to content

refactor(ast): Removed redundant type ast.Expr - #4273

Closed
asmyasnikov wants to merge 1 commit into
sqlc-dev:mainfrom
ydb-platform:remove-ast-Expr
Closed

refactor(ast): Removed redundant type ast.Expr#4273
asmyasnikov wants to merge 1 commit into
sqlc-dev:mainfrom
ydb-platform:remove-ast-Expr

Conversation

@asmyasnikov

@asmyasnikov asmyasnikov commented Jan 19, 2026

Copy link
Copy Markdown

specified only from SQLite parser as base (embedded) type for more Expr* types, no usages as standalone type

parser.ExprContext used as embedded type such as

type Expr_functionContext struct {
ExprContext
}

type Expr_qualified_column_nameContext struct {
ExprContext
}

type Expr_comparisonContext struct {
ExprContext
}

etc

…QLite parser as base (embedded) type for more Expr* types, no usages as standalone type)
@dosubot dosubot Bot added size:S This PR changes 10-29 lines, ignoring generated files. 🔧 golang labels Jan 19, 2026
@ydb-platform ydb-platform closed this by deleting the head repository Sep 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S This PR changes 10-29 lines, ignoring generated files. 🔧 golang

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants