Skip to content

Conversation

@asmyasnikov
Copy link

@asmyasnikov asmyasnikov commented Jan 19, 2026

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
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.

1 participant