Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/iotdb-client-go
/ GetInt
Method
GetInt
client/column.go:694–696 ·
view source on GitHub ↗
(_ int32)
Source
from the content-addressed store, hash-verified
692
}
693
694
func
(c *RunLengthEncodedColumn) GetInt(_ int32) (int32, error) {
695
return
c.value.GetInt(0)
696
}
697
698
func
(c *RunLengthEncodedColumn) GetLong(_ int32) (int64, error) {
699
return
c.value.GetLong(0)
Callers
nothing calls this directly
Calls
1
GetInt
Method · 0.65
Tested by
no test coverage detected