(columnName string)
| 55 | } |
| 56 | |
| 57 | func (s *SessionDataSet) GetFloat(columnName string) (float32, error) { |
| 58 | return s.ioTDBRpcDataSet.getFloat(columnName) |
| 59 | } |
| 60 | |
| 61 | func (s *SessionDataSet) GetIntByIndex(columnIndex int32) (int32, error) { |
| 62 | return s.ioTDBRpcDataSet.getIntByIndex(columnIndex) |