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

Struct column

column.go:162–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162type column struct {
163 name string
164 typ ColumnType
165 hidden bool
166 formulae string
167 expr expr.Node
168 serie serie.Serie
169}
170
171func (c *column) Name() string {
172 return c.name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected