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

Method UnderlyingType

column.go:179–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177}
178
179func (c *column) UnderlyingType() reflect.Type {
180 return c.serie.Type()
181}
182
183func (c *column) IsVisible() bool {
184 return !c.hidden

Callers

nothing calls this directly

Calls 1

TypeMethod · 0.65

Tested by

no test coverage detected