MCPcopy 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
710func (c *RunLengthEncodedColumn) GetBinary(_ int32) (*Binary, error) {
711 return c.value.GetBinary(0)
712}
713
714func (c *RunLengthEncodedColumn) GetObject(_ int32) (interface{}, error) {
715 return c.value.GetObject(0)

Callers

nothing calls this directly

Calls 1

GetBinaryMethod · 0.65

Tested by

no test coverage detected