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

Method IsNull

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

Source from the content-addressed store, hash-verified

804}
805
806func (c *RunLengthEncodedColumn) IsNull(_ int32) bool {
807 return c.value.IsNull(0)
808}
809
810func (c *RunLengthEncodedColumn) IsNulls() []bool {
811 result := make([]bool, c.positionCount)

Callers

nothing calls this directly

Calls 1

IsNullMethod · 0.65

Tested by

no test coverage detected