Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
806
func
(c *RunLengthEncodedColumn) IsNull(_ int32) bool {
807
return
c.value.IsNull(0)
808
}
809
810
func
(c *RunLengthEncodedColumn) IsNulls() []bool {
811
result := make([]bool, c.positionCount)
Callers
nothing calls this directly
Calls
1
IsNull
Method · 0.65
Tested by
no test coverage detected