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