Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codechenx/FastTableViewer
/ setColType
Method
setColType
buffer.go:467–469 ·
view source on GitHub ↗
set ith column data type
(i int, t int)
Source
from the content-addressed store, hash-verified
465
466
// set ith column data type
467
func
(b *Buffer) setColType(i int, t int) {
468
b.colType[i] = t
469
}
470
471
// get ith column data type
472
func
(b *Buffer) getColType(i int) int {
Callers
5
detectAllColumnTypes
Method · 0.95
TestSortByNum_Performance
Function · 0.80
TestSortByDate
Function · 0.80
TestBuffer_SetAndGetColType
Function · 0.80
drawUI
Function · 0.80
Calls
no outgoing calls
Tested by
3
TestSortByNum_Performance
Function · 0.64
TestSortByDate
Function · 0.64
TestBuffer_SetAndGetColType
Function · 0.64