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