Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/iotdb-client-go
/ GetColumn
Method
GetColumn
client/tsblock.go:160–162 ·
view source on GitHub ↗
(columnIndex int32)
Source
from the content-addressed store, hash-verified
158
}
159
160
func
(t *TsBlock) GetColumn(columnIndex int32) Column {
161
return
t.valueColumns[columnIndex]
162
}
Callers
9
isNull
Method · 0.80
getBooleanByTsBlockColumnIndex
Method · 0.80
getDoubleByTsBlockColumnIndex
Method · 0.80
getFloatByTsBlockColumnIndex
Method · 0.80
getIntByTsBlockColumnIndex
Method · 0.80
getLongByTsBlockColumnIndex
Method · 0.80
getBinaryByTsBlockColumnIndex
Method · 0.80
getObjectByTsBlockIndex
Method · 0.80
getStringByTsBlockColumnIndexAndDataType
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected