Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
179
func
(c *column) UnderlyingType() reflect.Type {
180
return
c.serie.Type()
181
}
182
183
func
(c *column) IsVisible() bool {
184
return
!c.hidden
Callers
nothing calls this directly
Calls
1
Type
Method · 0.65
Tested by
no test coverage detected