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

Method IsNull

client/sessiondataset.go:29–31  ·  view source on GitHub ↗
(columnName string)

Source from the content-addressed store, hash-verified

27}
28
29func (s *SessionDataSet) IsNull(columnName string) (bool, error) {
30 return s.ioTDBRpcDataSet.isNullByColumnName(columnName)
31}
32
33func (s *SessionDataSet) IsNullByIndex(columnIndex int32) (bool, error) {
34 return s.ioTDBRpcDataSet.isNullByIndex(columnIndex)

Callers

nothing calls this directly

Calls 1

isNullByColumnNameMethod · 0.80

Tested by

no test coverage detected