MCPcopy 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
28func PrintColumnType(v bool) PrintOption {
29 return func(opts *PrintOptions) {
30 opts.ColumnType = v
31 }
32}
33
34func PrintRowNumber(v bool) PrintOption {
35 return func(opts *PrintOptions) {

Callers 1

TestPrintFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestPrintFunction · 0.74