MCPcopy 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
714func (c *RunLengthEncodedColumn) GetObject(_ int32) (interface{}, error) {
715 return c.value.GetObject(0)
716}
717
718func (c *RunLengthEncodedColumn) GetBooleans() ([]bool, error) {
719 v, err := c.value.GetBoolean(0)

Callers

nothing calls this directly

Calls 1

GetObjectMethod · 0.65

Tested by

no test coverage detected