Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datasweet/datatable
/ PrintColumnType
Function
PrintColumnType
table_print.go:28–32 ·
view source on GitHub ↗
(v bool)
Source
from the content-addressed store, hash-verified
26
}
27
28
func
PrintColumnType(v bool) PrintOption {
29
return
func
(opts *PrintOptions) {
30
opts.ColumnType = v
31
}
32
}
33
34
func
PrintRowNumber(v bool) PrintOption {
35
return
func
(opts *PrintOptions) {
Callers
1
TestPrint
Function · 0.92
Calls
no outgoing calls
Tested by
1
TestPrint
Function · 0.74