Skip to content

Commit 86750f3

Browse files
author
James Cor
committed
unused
1 parent a6bee08 commit 86750f3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

sql/plan/tablealias.go

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@ import (
2121
// TableAlias is a node that acts as a table with a given name.
2222
type TableAlias struct {
2323
*UnaryNode
24-
name string
25-
comment string
26-
id sql.TableId
27-
cols sql.ColSet
28-
sch sql.Schema
29-
cachedSch bool
24+
name string
25+
comment string
26+
id sql.TableId
27+
cols sql.ColSet
28+
sch sql.Schema
3029
}
3130

3231
var _ sql.RenameableNode = (*TableAlias)(nil)

0 commit comments

Comments
 (0)