Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/iotdb-client-go
/ GetObject
Method
GetObject
client/column.go:75–75 ·
view source on GitHub ↗
(position int32)
Source
from the content-addressed store, hash-verified
73
GetDouble(position int32) (float64, error)
74
GetBinary(position int32) (*Binary, error)
75
GetObject(position int32) (
interface
{}, error)
76
77
GetBooleans() ([]bool, error)
78
GetInts() ([]int32, error)
Callers
4
GetObject
Method · 0.65
GetObjects
Method · 0.65
getObjectByTsBlockIndex
Method · 0.65
Test_QueryAllDataType
Method · 0.65
Implementers
1
RunLengthEncodedColumn
client/column.go
Calls
no outgoing calls
Tested by
1
Test_QueryAllDataType
Method · 0.52