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

Method GetBooleanByIndex

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

Source from the content-addressed store, hash-verified

35}
36
37func (s *SessionDataSet) GetBooleanByIndex(columnIndex int32) (bool, error) {
38 return s.ioTDBRpcDataSet.getBooleanByIndex(columnIndex)
39}
40
41func (s *SessionDataSet) GetBoolean(columnName string) (bool, error) {
42 return s.ioTDBRpcDataSet.getBoolean(columnName)

Callers 3

printDevice1Function · 0.80
printDevice1Function · 0.80
Test_QueryAllDataTypeMethod · 0.80

Calls 1

getBooleanByIndexMethod · 0.80

Tested by 1

Test_QueryAllDataTypeMethod · 0.64