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

Method IsNullByIndex

client/sessiondataset.go:33–35  ·  view source on GitHub ↗
(columnIndex int32)

Source from the content-addressed store, hash-verified

31}
32
33func (s *SessionDataSet) IsNullByIndex(columnIndex int32) (bool, error) {
34 return s.ioTDBRpcDataSet.isNullByIndex(columnIndex)
35}
36
37func (s *SessionDataSet) GetBooleanByIndex(columnIndex int32) (bool, error) {
38 return s.ioTDBRpcDataSet.getBooleanByIndex(columnIndex)

Callers 3

printDataSet2Function · 0.80
printDataSet2Function · 0.80

Calls 1

isNullByIndexMethod · 0.80

Tested by 1