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