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

Method Type

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

Source from the content-addressed store, hash-verified

153type Column interface {
154 Name() string
155 Type() ColumnType
156 UnderlyingType() reflect.Type
157 IsVisible() bool
158 IsComputed() bool

Callers 2

UnderlyingTypeMethod · 0.65
PrintMethod · 0.65

Implementers 1

columncolumn.go

Calls

no outgoing calls

Tested by

no test coverage detected