(columnName string)
| 47 | } |
| 48 | |
| 49 | func (s *SessionDataSet) GetDouble(columnName string) (float64, error) { |
| 50 | return s.ioTDBRpcDataSet.getDouble(columnName) |
| 51 | } |
| 52 | |
| 53 | func (s *SessionDataSet) GetFloatByIndex(columnIndex int32) (float32, error) { |
| 54 | return s.ioTDBRpcDataSet.getFloatByIndex(columnIndex) |