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

Method GetFloat

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

Source from the content-addressed store, hash-verified

700}
701
702func (c *RunLengthEncodedColumn) GetFloat(_ int32) (float32, error) {
703 return c.value.GetFloat(0)
704}
705
706func (c *RunLengthEncodedColumn) GetDouble(_ int32) (float64, error) {
707 return c.value.GetDouble(0)

Callers

nothing calls this directly

Calls 1

GetFloatMethod · 0.65

Tested by

no test coverage detected