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

Method GetInt

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

Source from the content-addressed store, hash-verified

692}
693
694func (c *RunLengthEncodedColumn) GetInt(_ int32) (int32, error) {
695 return c.value.GetInt(0)
696}
697
698func (c *RunLengthEncodedColumn) GetLong(_ int32) (int64, error) {
699 return c.value.GetLong(0)

Callers

nothing calls this directly

Calls 1

GetIntMethod · 0.65

Tested by

no test coverage detected