(columnIndex int32)
| 51 | } |
| 52 | |
| 53 | func (s *SessionDataSet) GetFloatByIndex(columnIndex int32) (float32, error) { |
| 54 | return s.ioTDBRpcDataSet.getFloatByIndex(columnIndex) |
| 55 | } |
| 56 | |
| 57 | func (s *SessionDataSet) GetFloat(columnName string) (float32, error) { |
| 58 | return s.ioTDBRpcDataSet.getFloat(columnName) |