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