We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab48438 commit 69276a3Copy full SHA for 69276a3
sql/plan/project.go
@@ -38,7 +38,7 @@ type Project struct {
38
// AliasDeps maps string representations of projected GetField expressions to whether it is projected alias
39
// dependency
40
AliasDeps map[string]bool
41
- sch sql.Schema
+ sch sql.Schema
42
}
43
44
var _ sql.Expressioner = (*Project)(nil)
0 commit comments