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

Method GetBoolean

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

Source from the content-addressed store, hash-verified

39}
40
41func (s *SessionDataSet) GetBoolean(columnName string) (bool, error) {
42 return s.ioTDBRpcDataSet.getBoolean(columnName)
43}
44
45func (s *SessionDataSet) GetDoubleByIndex(columnIndex int32) (float64, error) {
46 return s.ioTDBRpcDataSet.getDoubleByIndex(columnIndex)

Callers

nothing calls this directly

Calls 1

getBooleanMethod · 0.80

Tested by

no test coverage detected