Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/iotdb-client-go
/ GetBinary
Method
GetBinary
client/column.go:710–712 ·
view source on GitHub ↗
(_ int32)
Source
from the content-addressed store, hash-verified
708
}
709
710
func
(c *RunLengthEncodedColumn) GetBinary(_ int32) (*Binary, error) {
711
return
c.value.GetBinary(0)
712
}
713
714
func
(c *RunLengthEncodedColumn) GetObject(_ int32) (
interface
{}, error) {
715
return
c.value.GetObject(0)
Callers
nothing calls this directly
Calls
1
GetBinary
Method · 0.65
Tested by
no test coverage detected