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

Method GetBoolean

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

Source from the content-addressed store, hash-verified

688}
689
690func (c *RunLengthEncodedColumn) GetBoolean(_ int32) (bool, error) {
691 return c.value.GetBoolean(0)
692}
693
694func (c *RunLengthEncodedColumn) GetInt(_ int32) (int32, error) {
695 return c.value.GetInt(0)

Callers

nothing calls this directly

Calls 1

GetBooleanMethod · 0.65

Tested by

no test coverage detected