MCPcopy Create free account
hub / github.com/araddon/qlbridge / AddColumn

Method AddColumn

rel/sql.go:53–53  ·  view source on GitHub ↗
(col Column)

Source from the content-addressed store, hash-verified

51 // have columns that need to be added during parse.
52 ColumnsStatement interface {
53 AddColumn(col Column) error
54 }
55 // SqlStatement interface, to define the sql statement
56 // Select, Insert, Update, Delete, Command, Show, Describe etc

Callers 3

projectionForSourcePlanFunction · 0.65
parseColumnsFunction · 0.65
addIntoProjectionFunction · 0.65

Implementers 3

FilterSelectrel/filter.go
Projectionrel/sql.go
SqlSelectrel/sql.go

Calls

no outgoing calls

Tested by

no test coverage detected