MCPcopy Create free account
hub / github.com/datasweet/datatable / colname

Function colname

join.go:112–118  ·  view source on GitHub ↗
(dt *DataTable, col string)

Source from the content-addressed store, hash-verified

110)
111
112func colname(dt *DataTable, col string) string {
113 var sb strings.Builder
114 sb.WriteString(dt.Name())
115 sb.WriteString(".")
116 sb.WriteString(col)
117 return sb.String()
118}
119
120type joinClause struct {
121 table *DataTable

Callers 1

copyColumnsToMethod · 0.85

Calls 2

NameMethod · 0.65
StringMethod · 0.45

Tested by

no test coverage detected