MCPcopy Create free account
hub / github.com/apache/iotdb-client-go / GetBinary

Method GetBinary

client/column.go:74–74  ·  view source on GitHub ↗
(position int32)

Source from the content-addressed store, hash-verified

72 GetFloat(position int32) (float32, error)
73 GetDouble(position int32) (float64, error)
74 GetBinary(position int32) (*Binary, error)
75 GetObject(position int32) (interface{}, error)
76
77 GetBooleans() ([]bool, error)

Implementers 1

RunLengthEncodedColumnclient/column.go

Calls

no outgoing calls