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

Method GetDouble

client/column.go:706–708  ·  view source on GitHub ↗
(_ int32)

Source from the content-addressed store, hash-verified

704}
705
706func (c *RunLengthEncodedColumn) GetDouble(_ int32) (float64, error) {
707 return c.value.GetDouble(0)
708}
709
710func (c *RunLengthEncodedColumn) GetBinary(_ int32) (*Binary, error) {
711 return c.value.GetBinary(0)

Callers

nothing calls this directly

Calls 1

GetDoubleMethod · 0.65

Tested by

no test coverage detected